#815CBA

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

Shades of True V #815CBA

Tints of True V #815CBA

Color information

#815CBA (or 0x815CBA) is unknown color: approx True V. HEX triplet: 81, 5C and BA. RGB value is (129,92,186). Sum of RGB (Red+Green+Blue) = 129+92+186=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #815CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815CBA is #7EA345. Grayscale: #717171. Windows color (decimal): -8299334 or 12213377. OLE color: 12213377.

HSL color Cylindrical-coordinate representation of color #815CBA: hue angle of 263.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #815CBA is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12992186-
CMYK0.310.5100.27
HSL263.62º40.52%54.51%-
HSV(B)263.62º50.54%72.94%-
XYZ21.7415.8748.37-
YUV113.78168.76138.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.70%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=31.70%
G=22.60%
B=45.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129921860.310.5100.27263.6240.5254.51
Hex815CBA1F3301B1082937
Octal20113427237630334105167
Binary1000000110111001011101011111110011011011100001000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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