#9E03CB

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

Shades of Dark Violet #9E03CB

Tints of Dark Violet #9E03CB

Color information

#9E03CB (or 0x9E03CB) is unknown color: approx Dark Violet. HEX triplet: 9E, 03 and CB. RGB value is (158,3,203). Sum of RGB (Red+Green+Blue) = 158+3+203=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E03CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E03CB is #61FC34. Grayscale: #474747. Windows color (decimal): -6421557 or 13304734. OLE color: 13304734.

HSL color Cylindrical-coordinate representation of color #9E03CB: hue angle of 286.5º 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 #9E03CB is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1583203-
CMYK0.220.9900.20
HSL286.5º97.09%40.39%-
HSV(B)286.5º98.52%79.61%-
XYZ24.9111.6557.43-
YUV72.14201.85189.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.41%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 203 (79.69% from 255) = 55.77%
R=43.41%
G=0.82%
B=55.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15832030.220.9900.20286.597.0940.39
Hex9E3CB166301411e6128
Octal23633132614302443614150
Binary1001111011110010111011011000110101001000111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E03CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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