#9E03C1

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

Shades of Dark Violet #9E03C1

Tints of Dark Violet #9E03C1

Color information

#9E03C1 (or 0x9E03C1) is unknown color: approx Dark Violet. HEX triplet: 9E, 03 and C1. RGB value is (158,3,193). Sum of RGB (Red+Green+Blue) = 158+3+193=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E03C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E03C1 is #61FC3E. Grayscale: #464646. Windows color (decimal): -6421567 or 12649374. OLE color: 12649374.

HSL color Cylindrical-coordinate representation of color #9E03C1: hue angle of 288.95º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E03C1 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1583193-
CMYK0.180.9800.24
HSL288.95º96.94%38.43%-
HSV(B)288.95º98.45%75.69%-
XYZ23.7611.1851.36-
YUV71196.85190.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.63%
GREEN value IS 3 (1.56% from 255) = 0.85%
BLUE value IS 193 (75.78% from 255) = 54.52%
R=44.63%
G=0.85%
B=54.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal15831930.180.9800.24288.9596.9438.43
Hex9E3C112620181216126
Octal23633012214203044114146
Binary1001111011110000011001011000100110001001000011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E03C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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