#815DBB

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

Shades of True V #815DBB

Tints of True V #815DBB

Color information

#815DBB (or 0x815DBB) is unknown color: approx True V. HEX triplet: 81, 5D and BB. RGB value is (129,93,187). Sum of RGB (Red+Green+Blue) = 129+93+187=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #815DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DBB is #7EA244. Grayscale: #727272. Windows color (decimal): -8299077 or 12279169. OLE color: 12279169.

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

Color convert

RGB12993187-
CMYK0.310.5000.27
HSL262.98º40.87%54.9%-
HSV(B)262.98º50.27%73.33%-
XYZ21.9416.0848.96-
YUV114.48168.93138.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.54%
GREEN value IS 93 (36.72% from 255) = 22.74%
BLUE value IS 187 (73.44% from 255) = 45.72%
R=31.54%
G=22.74%
B=45.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129931870.310.5000.27262.9840.8754.9
Hex815DBB1F3201B1072937
Octal20113527337620334075167
Binary1000000110111011011101111111110010011011100000111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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