#815ECA

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

Shades of True V #815ECA

Tints of True V #815ECA

Color information

#815ECA (or 0x815ECA) is unknown color: approx True V. HEX triplet: 81, 5E and CA. RGB value is (129,94,202). Sum of RGB (Red+Green+Blue) = 129+94+202=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #815ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ECA is #7EA135. Grayscale: #747474. Windows color (decimal): -8298806 or 13262465. OLE color: 13262465.

HSL color Cylindrical-coordinate representation of color #815ECA: hue angle of 259.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #815ECA is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12994202-
CMYK0.360.5300.21
HSL259.44º50.47%58.04%-
HSV(B)259.44º53.47%79.22%-
XYZ23.7216.9457.9-
YUV116.78176.1136.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.35%
GREEN value IS 94 (37.11% from 255) = 22.12%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=30.35%
G=22.12%
B=47.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129942020.360.5300.21259.4450.4758.04
Hex815ECA2435015103323a
Octal20113631244650254036272
Binary10000001101111011001010100100110101010101100000011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,94,202); }

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

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

 a { background-color: rgb(129,94,202); }

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

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

 span { border-color: rgb(129,94,202); }

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