#917DC9

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

Shades of True V #917DC9

Tints of True V #917DC9

Color information

#917DC9 (or 0x917DC9) is unknown color: approx True V. HEX triplet: 91, 7D and C9. RGB value is (145,125,201). Sum of RGB (Red+Green+Blue) = 145+125+201=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #917DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DC9 is #6E8236. Grayscale: #8B8B8B. Windows color (decimal): -7242295 or 13204881. OLE color: 13204881.

HSL color Cylindrical-coordinate representation of color #917DC9: hue angle of 255.79º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #917DC9 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145125201-
CMYK0.280.3800.21
HSL255.79º41.3%63.92%-
HSV(B)255.79º37.81%78.82%-
XYZ29.5524.958.51-
YUV139.64162.63131.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.79%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 201 (78.91% from 255) = 42.68%
R=30.79%
G=26.54%
B=42.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451252010.280.3800.21255.7941.363.92
Hex917DC91C260151002940
Octal221175311344602540051100
Binary10010001111110111001001111001001100101011000000001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,125,201); }

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

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

 a { background-color: rgb(145,125,201); }

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

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

 span { border-color: rgb(145,125,201); }

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