#805ECE

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

Shades of True V #805ECE

Tints of True V #805ECE

Color information

#805ECE (or 0x805ECE) is unknown color: approx True V. HEX triplet: 80, 5E and CE. RGB value is (128,94,206). Sum of RGB (Red+Green+Blue) = 128+94+206=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #805ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ECE is #7FA131. Grayscale: #747474. Windows color (decimal): -8364338 or 13524608. OLE color: 13524608.

HSL color Cylindrical-coordinate representation of color #805ECE: hue angle of 258.21º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #805ECE is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12894206-
CMYK0.380.5400.19
HSL258.21º53.33%58.82%-
HSV(B)258.21º54.37%80.78%-
XYZ24.0517.0560.42-
YUV116.93178.26135.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.91%
GREEN value IS 94 (37.11% from 255) = 21.96%
BLUE value IS 206 (80.86% from 255) = 48.13%
R=29.91%
G=21.96%
B=48.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128942060.380.5400.19258.2153.3358.82
Hex805ECE2636013102353b
Octal20013631646660234026573
Binary10000000101111011001110100110110110010011100000010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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