#805ECA

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

Shades of True V #805ECA

Tints of True V #805ECA

Color information

#805ECA (or 0x805ECA) is unknown color: approx True V. HEX triplet: 80, 5E and CA. RGB value is (128,94,202). Sum of RGB (Red+Green+Blue) = 128+94+202=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #805ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ECA is #7FA135. Grayscale: #747474. Windows color (decimal): -8364342 or 13262464. OLE color: 13262464.

HSL color Cylindrical-coordinate representation of color #805ECA: hue angle of 258.89º 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 #805ECA is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12894202-
CMYK0.370.5300.21
HSL258.89º50.47%58.04%-
HSV(B)258.89º53.47%79.22%-
XYZ23.5716.8657.89-
YUV116.48176.26136.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 94 (37.11% from 255) = 22.17%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=30.19%
G=22.17%
B=47.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128942020.370.5300.21258.8950.4758.04
Hex805ECA2535015103323a
Octal20013631245650254036272
Binary10000000101111011001010100101110101010101100000011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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