#917AC8

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

Shades of True V #917AC8

Tints of True V #917AC8

Color information

#917AC8 (or 0x917AC8) is unknown color: approx True V. HEX triplet: 91, 7A and C8. RGB value is (145,122,200). Sum of RGB (Red+Green+Blue) = 145+122+200=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #917AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917AC8 is #6E8537. Grayscale: #898989. Windows color (decimal): -7243064 or 13138577. OLE color: 13138577.

HSL color Cylindrical-coordinate representation of color #917AC8: hue angle of 257.69º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #917AC8 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145122200-
CMYK0.280.3900.22
HSL257.69º41.49%63.14%-
HSV(B)257.69º39%78.43%-
XYZ29.0624.1157.77-
YUV137.77163.12133.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.05%
GREEN value IS 122 (48.05% from 255) = 26.12%
BLUE value IS 200 (78.52% from 255) = 42.83%
R=31.05%
G=26.12%
B=42.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451222000.280.3900.22257.6941.4963.14
Hex917AC81C27016102293f
Octal22117231034470264025177
Binary1001000111110101100100011100100111010110100000010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,122,200); }

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

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

 a { background-color: rgb(145,122,200); }

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

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

 span { border-color: rgb(145,122,200); }

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