#8062CE

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

Shades of True V #8062CE

Tints of True V #8062CE

Color information

#8062CE (or 0x8062CE) is unknown color: approx True V. HEX triplet: 80, 62 and CE. RGB value is (128,98,206). Sum of RGB (Red+Green+Blue) = 128+98+206=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #8062CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8062CE is #7F9D31. Grayscale: #767676. Windows color (decimal): -8363314 or 13525632. OLE color: 13525632.

HSL color Cylindrical-coordinate representation of color #8062CE: hue angle of 256.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8062CE is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12898206-
CMYK0.380.5200.19
HSL256.67º52.43%59.61%-
HSV(B)256.67º52.43%80.78%-
XYZ24.4117.7860.54-
YUV119.28176.94134.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.63%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 206 (80.86% from 255) = 47.69%
R=29.63%
G=22.69%
B=47.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128982060.380.5200.19256.6752.4359.61
Hex8062CE2634013101343c
Octal20014231646640234016474
Binary10000000110001011001110100110110100010011100000001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8062CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8062CE; }

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

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

<style>
 a { background-color: #8062CE; }

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

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

<style>
 span { border-color: #8062CE; }

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

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