#815CB9

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

Shades of True V #815CB9

Tints of True V #815CB9

Color information

#815CB9 (or 0x815CB9) is unknown color: approx True V. HEX triplet: 81, 5C and B9. RGB value is (129,92,185). Sum of RGB (Red+Green+Blue) = 129+92+185=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #815CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CB9 is #7EA346. Grayscale: #717171. Windows color (decimal): -8299335 or 12147841. OLE color: 12147841.

HSL color Cylindrical-coordinate representation of color #815CB9: hue angle of 263.87º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #815CB9 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12992185-
CMYK0.300.5000.27
HSL263.87º39.91%54.31%-
HSV(B)263.87º50.27%72.55%-
XYZ21.6415.8247.81-
YUV113.66168.26138.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 185 (72.66% from 255) = 45.57%
R=31.77%
G=22.66%
B=45.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129921850.300.5000.27263.8739.9154.31
Hex815CB91E3201B1082836
Octal20113427136620334105066
Binary1000000110111001011100111110110010011011100001000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815CB9; }

 p { color: rgb(129,92,185); }

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

<style>
 a { background-color: #815CB9; }

 a { background-color: rgb(129,92,185); }

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

<style>
 span { border-color: #815CB9; }

 span { border-color: rgb(129,92,185); }

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