#815DBE

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

Shades of True V #815DBE

Tints of True V #815DBE

Color information

#815DBE (or 0x815DBE) is unknown color: approx True V. HEX triplet: 81, 5D and BE. RGB value is (129,93,190). Sum of RGB (Red+Green+Blue) = 129+93+190=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #815DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DBE is #7EA241. Grayscale: #727272. Windows color (decimal): -8299074 or 12475777. OLE color: 12475777.

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

Color convert

RGB12993190-
CMYK0.320.5100.25
HSL262.27º42.73%55.49%-
HSV(B)262.27º51.05%74.51%-
XYZ22.2616.2150.67-
YUV114.82170.43138.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.31%
GREEN value IS 93 (36.72% from 255) = 22.57%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=31.31%
G=22.57%
B=46.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129931900.320.5100.25262.2742.7355.49
Hex815DBE20330191062b37
Octal20113527640630314065367
Binary10000001101110110111110100000110011011001100000110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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