#815FBA

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

Shades of True V #815FBA

Tints of True V #815FBA

Color information

#815FBA (or 0x815FBA) is unknown color: approx True V. HEX triplet: 81, 5F and BA. RGB value is (129,95,186). Sum of RGB (Red+Green+Blue) = 129+95+186=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #815FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FBA is #7EA045. Grayscale: #737373. Windows color (decimal): -8298566 or 12214145. OLE color: 12214145.

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

Color convert

RGB12995186-
CMYK0.310.4900.27
HSL262.42º39.74%55.1%-
HSV(B)262.42º48.92%72.94%-
XYZ22.0116.448.46-
YUV115.54167.76137.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.46%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=31.46%
G=23.17%
B=45.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129951860.310.4900.27262.4239.7455.1
Hex815FBA1F3101B1062837
Octal20113727237610334065067
Binary1000000110111111011101011111110001011011100000110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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