#815FBE

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

Shades of True V #815FBE

Tints of True V #815FBE

Color information

#815FBE (or 0x815FBE) is unknown color: approx True V. HEX triplet: 81, 5F and BE. RGB value is (129,95,190). Sum of RGB (Red+Green+Blue) = 129+95+190=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #815FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FBE is #7EA041. Grayscale: #737373. Windows color (decimal): -8298562 or 12476289. OLE color: 12476289.

HSL color Cylindrical-coordinate representation of color #815FBE: hue angle of 261.47º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #815FBE is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12995190-
CMYK0.320.500.25
HSL261.47º42.22%55.88%-
HSV(B)261.47º50%74.51%-
XYZ22.4416.5750.73-
YUV116169.76137.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=31.16%
G=22.95%
B=45.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129951900.320.500.25261.4742.2255.88
Hex815FBE20320191052a38
Octal20113727640620314055270
Binary10000001101111110111110100000110010011001100000101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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