Html Css Color HEX #9E03EB Dark Violet

📋 copy color: '#9E03EB'

red 158 ◦ green 3 ◦ blue 235

#9E03EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9E03EB

Tints of Dark Violet #9E03EB

RGB

 RED value IS 158 (62.11% from 255) = 39.9%

 GREEN value IS 3 (1.56% from 255) = 0.76%

 BLUE value IS 235 (92.19% from 255) = 59.34%

R = 39.9%
G = 0.76%
B = 59.34%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E03EB (or 0x9E03EB) is known color: Dark Violet. HEX triplet: 9E, 03 and EB. RGB value is (158,3,235). Sum of RGB (Red+Green+Blue) = 158+3+235=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E03EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E03EB is #61FC14. Grayscale: #4B4B4B. Windows color (decimal): -6421525 or 15401886. OLE color: 15401886.

HSL color Cylindrical-coordinate representation of color #9E03EB: hue angle of 280.09º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E03EB is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 3 235 -
CMYK 0.33 0.99 0 0.08
HSL 280.09º 0.97% 0.47% -
HSV(B) 280.09º 0.99% 0.92% -
XYZ 29.13 13.33 79.64 -
YUV 75.79 217.85 186.64 -
System Red Green Blue C M Y K H S L
Decimal 158 3 235 0.33 0.99 0 0.08 280.09 0.97 0.47
Hex 9E 3 EB 21 63 0 8 118 61 2F
Octal 236 3 353 41 143 0 10 430 141 57
Binary 10011110 11 11101011 100001 1100011 0 1000 100011000 1100001 101111

Color Harmonies of #9E03EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E03EB

Black with #9E03EB

Text Example


Text Example

White with #9E03EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E03EB;
 }
 .AnyTagClassName
 {
   color: #9E03EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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