#916ED0

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

Shades of True V #916ED0

Tints of True V #916ED0

Color information

#916ED0 (or 0x916ED0) is unknown color: approx True V. HEX triplet: 91, 6E and D0. RGB value is (145,110,208). Sum of RGB (Red+Green+Blue) = 145+110+208=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #916ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916ED0 is #6E912F. Grayscale: #838383. Windows color (decimal): -7246128 or 13659793. OLE color: 13659793.

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

Color convert

RGB145110208-
CMYK0.300.4700.18
HSL261.43º51.04%62.35%-
HSV(B)261.43º47.12%81.57%-
XYZ28.6421.7362.36-
YUV131.64171.1137.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.32%
GREEN value IS 110 (43.36% from 255) = 23.76%
BLUE value IS 208 (81.64% from 255) = 44.92%
R=31.32%
G=23.76%
B=44.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1451102080.300.4700.18261.4351.0462.35
Hex916ED01E2F012105333e
Octal22115632036570224056376
Binary1001000111011101101000011110101111010010100000101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,110,208); }

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

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

 a { background-color: rgb(145,110,208); }

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

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

 span { border-color: rgb(145,110,208); }

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