#916BCD

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

Shades of True V #916BCD

Tints of True V #916BCD

Color information

#916BCD (or 0x916BCD) is unknown color: approx True V. HEX triplet: 91, 6B and CD. RGB value is (145,107,205). Sum of RGB (Red+Green+Blue) = 145+107+205=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #916BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BCD is #6E9432. Grayscale: #818181. Windows color (decimal): -7246899 or 13462417. OLE color: 13462417.

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

Color convert

RGB145107205-
CMYK0.290.4800.20
HSL263.27º49.49%61.18%-
HSV(B)263.27º47.8%80.39%-
XYZ27.9520.9460.33-
YUV129.53170.59139.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.73%
GREEN value IS 107 (42.19% from 255) = 23.41%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=31.73%
G=23.41%
B=44.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451072050.290.4800.20263.2749.4961.18
Hex916BCD1D30014107313d
Octal22115331535600244076175
Binary1001000111010111100110111101110000010100100000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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