#916FCD

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

Shades of True V #916FCD

Tints of True V #916FCD

Color information

#916FCD (or 0x916FCD) is unknown color: approx True V. HEX triplet: 91, 6F and CD. RGB value is (145,111,205). Sum of RGB (Red+Green+Blue) = 145+111+205=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #916FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916FCD is #6E9032. Grayscale: #838383. Windows color (decimal): -7245875 or 13463441. OLE color: 13463441.

HSL color Cylindrical-coordinate representation of color #916FCD: hue angle of 261.7º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #916FCD is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145111205-
CMYK0.290.4600.20
HSL261.7º48.45%61.96%-
HSV(B)261.7º45.85%80.39%-
XYZ28.3821.860.47-
YUV131.88169.26137.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.45%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 205 (80.47% from 255) = 44.47%
R=31.45%
G=24.08%
B=44.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451112050.290.4600.20261.748.4561.96
Hex916FCD1D2E014106303e
Octal22115731535560244066076
Binary1001000111011111100110111101101110010100100000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,111,205); }

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

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

 a { background-color: rgb(145,111,205); }

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

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

 span { border-color: rgb(145,111,205); }

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