#815bd0

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

Shades of True V #815BD0

Tints of True V #815BD0

Color information

#815BD0 (or 0x815BD0) is unknown color: approx True V. HEX triplet: 81, 5B and D0. RGB value is (129,91,208). Sum of RGB (Red+Green+Blue) = 129+91+208=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #815BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815BD0 is #7EA42F. Grayscale: #737373. Windows color (decimal): -8299568 or 13654913. OLE color: 13654913.

HSL color Cylindrical-coordinate representation of color #815BD0: hue angle of 259.49º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #815BD0 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12991208-
CMYK0.380.5600.18
HSL259.49º55.45%58.63%-
HSV(B)259.49º56.25%81.57%-
XYZ24.1816.761.62-
YUV115.7180.09137.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.14%
GREEN value IS 91 (35.94% from 255) = 21.26%
BLUE value IS 208 (81.64% from 255) = 48.60%
R=30.14%
G=21.26%
B=48.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal129912080.380.5600.18259.4955.4558.63
Hex815BD02638012103373b
Octal20113332046700224036773
Binary10000001101101111010000100110111000010010100000011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815bd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,91,208); }

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

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

 a { background-color: rgb(129,91,208); }

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

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

 span { border-color: rgb(129,91,208); }

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