#8E03CB

Color #8E03CB Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8E03CB

Tints of Dark Violet #8E03CB

Color information

#8E03CB (or 0x8E03CB) is unknown color: approx Dark Violet. HEX triplet: 8E, 03 and CB. RGB value is (142,3,203). Sum of RGB (Red+Green+Blue) = 142+3+203=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E03CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E03CB is #71FC34. Grayscale: #424242. Windows color (decimal): -7470133 or 13304718. OLE color: 13304718.

HSL color Cylindrical-coordinate representation of color #8E03CB: hue angle of 281.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E03CB is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1423203-
CMYK0.300.9900.20
HSL281.7º97.09%40.39%-
HSV(B)281.7º98.52%79.61%-
XYZ21.9710.1357.3-
YUV67.36204.55181.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 203 (79.69% from 255) = 58.33%
R=40.80%
G=0.86%
B=58.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal14232030.300.9900.20281.797.0940.39
Hex8E3CB1E6301411a6128
Octal21633133614302443214150
Binary1000111011110010111111011000110101001000110101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E03CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E03CB; }

 p { color: rgb(142,3,203); }

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

<style>
 a { background-color: #8E03CB; }

 a { background-color: rgb(142,3,203); }

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

<style>
 span { border-color: #8E03CB; }

 span { border-color: rgb(142,3,203); }

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