#916CCD

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

Shades of True V #916CCD

Tints of True V #916CCD

Color information

#916CCD (or 0x916CCD) is unknown color: approx True V. HEX triplet: 91, 6C and CD. RGB value is (145,108,205). Sum of RGB (Red+Green+Blue) = 145+108+205=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #916CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CCD is #6E9332. Grayscale: #818181. Windows color (decimal): -7246643 or 13462673. OLE color: 13462673.

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

Color convert

RGB145108205-
CMYK0.290.4700.20
HSL262.89º49.24%61.37%-
HSV(B)262.89º47.32%80.39%-
XYZ28.0621.1560.36-
YUV130.12170.26138.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.66%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=31.66%
G=23.58%
B=44.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451082050.290.4700.20262.8949.2461.37
Hex916CCD1D2F014107313d
Octal22115431535570244076175
Binary1001000111011001100110111101101111010100100000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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