#937FD1

Color #937FD1 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #937FD1

Tints of True V #937FD1

Color information

#937FD1 (or 0x937FD1) is unknown color: approx True V. HEX triplet: 93, 7F and D1. RGB value is (147,127,209). Sum of RGB (Red+Green+Blue) = 147+127+209=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #937FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FD1 is #6C802E. Grayscale: #8E8E8E. Windows color (decimal): -7110703 or 13729683. OLE color: 13729683.

HSL color Cylindrical-coordinate representation of color #937FD1: hue angle of 254.63º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #937FD1 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147127209-
CMYK0.300.3900.18
HSL254.63º47.13%65.88%-
HSV(B)254.63º39.23%81.96%-
XYZ31.1325.9963.7-
YUV142.33165.63131.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 30.43%
GREEN value IS 127 (50% from 255) = 26.29%
BLUE value IS 209 (82.03% from 255) = 43.27%
R=30.43%
G=26.29%
B=43.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471272090.300.3900.18254.6347.1365.88
Hex937FD11E27012ff2f42
Octal223177321364702237757102
Binary1001001111111111101000111110100111010010111111111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937FD1; }

 p { color: rgb(147,127,209); }

 H1.HeaderClassName
 {
   color: #937FD1;
 }
 .AnyTagClassName
 {
   color: #937FD1;
 }
</style>
background-color css

<style>
 a { background-color: #937FD1; }

 a { background-color: rgb(147,127,209); }

 div.DivClassName
 {
   background-color: #937FD1;
 }
 .BgClassName
 {
   background-color: #937FD1;
 }
</style>
border-color css

<style>
 span { border-color: #937FD1; }

 span { border-color: rgb(147,127,209); }

 td.TdClassName
 {
   border-color: #937FD1;
 }
 .TagClassName
 {
   border-color: #937FD1;
 }
</style>