#815DBC

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

Shades of True V #815DBC

Tints of True V #815DBC

Color information

#815DBC (or 0x815DBC) is unknown color: approx True V. HEX triplet: 81, 5D and BC. RGB value is (129,93,188). Sum of RGB (Red+Green+Blue) = 129+93+188=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #815DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DBC is #7EA243. Grayscale: #727272. Windows color (decimal): -8299076 or 12344705. OLE color: 12344705.

HSL color Cylindrical-coordinate representation of color #815DBC: hue angle of 262.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #815DBC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12993188-
CMYK0.310.5100.26
HSL262.74º41.48%55.1%-
HSV(B)262.74º50.53%73.73%-
XYZ22.0416.1349.53-
YUV114.59169.43138.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.46%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 188 (73.83% from 255) = 45.85%
R=31.46%
G=22.68%
B=45.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129931880.310.5100.26262.7441.4855.1
Hex815DBC1F3301A1072937
Octal20113527437630324075167
Binary1000000110111011011110011111110011011010100000111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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