#917ECF

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

Shades of True V #917ECF

Tints of True V #917ECF

Color information

#917ECF (or 0x917ECF) is unknown color: approx True V. HEX triplet: 91, 7E and CF. RGB value is (145,126,207). Sum of RGB (Red+Green+Blue) = 145+126+207=478 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.33% from 478); Green value is 126 (49.61% from 255 or 26.36% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #917ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ECF is #6E8130. Grayscale: #8C8C8C. Windows color (decimal): -7242033 or 13598353. OLE color: 13598353.

HSL color Cylindrical-coordinate representation of color #917ECF: hue angle of 254.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #917ECF is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145126207-
CMYK0.300.3900.19
HSL254.07º45.76%65.29%-
HSV(B)254.07º39.13%81.18%-
XYZ30.425.4562.34-
YUV140.92165.29130.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.33%
GREEN value IS 126 (49.61% from 255) = 26.36%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=30.33%
G=26.36%
B=43.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451262070.300.3900.19254.0745.7665.29
Hex917ECF1E27013fe2e41
Octal221176317364702337656101
Binary1001000111111101100111111110100111010011111111101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917ECF; }

 p { color: rgb(145,126,207); }

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

<style>
 a { background-color: #917ECF; }

 a { background-color: rgb(145,126,207); }

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

<style>
 span { border-color: #917ECF; }

 span { border-color: rgb(145,126,207); }

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