#916CCE

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

Shades of True V #916CCE

Tints of True V #916CCE

Color information

#916CCE (or 0x916CCE) is unknown color: approx True V. HEX triplet: 91, 6C and CE. RGB value is (145,108,206). Sum of RGB (Red+Green+Blue) = 145+108+206=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #916CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CCE is #6E9331. Grayscale: #818181. Windows color (decimal): -7246642 or 13528209. OLE color: 13528209.

HSL color Cylindrical-coordinate representation of color #916CCE: hue angle of 262.65º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #916CCE is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145108206-
CMYK0.300.4800.19
HSL262.65º50%61.57%-
HSV(B)262.65º47.57%80.78%-
XYZ28.1821.261-
YUV130.23170.76138.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.59%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=31.59%
G=23.53%
B=44.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451082060.300.4800.19262.655061.57
Hex916CCE1E30013107323e
Octal22115431636600234076276
Binary1001000111011001100111011110110000010011100000111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916CCE; }

 p { color: rgb(145,108,206); }

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

<style>
 a { background-color: #916CCE; }

 a { background-color: rgb(145,108,206); }

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

<style>
 span { border-color: #916CCE; }

 span { border-color: rgb(145,108,206); }

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