#815FB8

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

Shades of True V #815FB8

Tints of True V #815FB8

Color information

#815FB8 (or 0x815FB8) is unknown color: approx True V. HEX triplet: 81, 5F and B8. RGB value is (129,95,184). Sum of RGB (Red+Green+Blue) = 129+95+184=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 184 - color contains mainly: blue. Hex color #815FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FB8 is #7EA047. Grayscale: #727272. Windows color (decimal): -8298568 or 12083073. OLE color: 12083073.

HSL color Cylindrical-coordinate representation of color #815FB8: hue angle of 262.92º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #815FB8 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12995184-
CMYK0.300.4800.28
HSL262.92º38.53%54.71%-
HSV(B)262.92º48.37%72.16%-
XYZ21.816.3147.35-
YUV115.31166.76137.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.62%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 184 (72.27% from 255) = 45.10%
R=31.62%
G=23.28%
B=45.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal129951840.300.4800.28262.9238.5354.71
Hex815FB81E3001C1072737
Octal20113727036600344074767
Binary1000000110111111011100011110110000011100100000111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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