Html Css Color HEX #9E20EB Blue Violet

📋 copy color: '#9E20EB'

red 158 ◦ green 32 ◦ blue 235

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

Shades of Blue Violet #9E20EB

Tints of Blue Violet #9E20EB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.53%

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

R = 37.18%
G = 7.53%
B = 55.29%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E20EB (or 0x9E20EB) is known color: Blue Violet. HEX triplet: 9E, 20 and EB. RGB value is (158,32,235). Sum of RGB (Red+Green+Blue) = 158+32+235=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E20EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E20EB is #61DF14. Grayscale: #5C5C5C. Windows color (decimal): -6414101 or 15409310. OLE color: 15409310.

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

Color convert

RGB 158 32 235 -
CMYK 0.33 0.86 0 0.08
HSL 277.24º 0.84% 0.52% -
HSV(B) 277.24º 0.86% 0.92% -
XYZ 29.61 14.3 79.8 -
YUV 92.82 208.24 174.49 -
System Red Green Blue C M Y K H S L
Decimal 158 32 235 0.33 0.86 0 0.08 277.24 0.84 0.52
Hex 9E 20 EB 21 56 0 8 115 54 34
Octal 236 40 353 41 126 0 10 425 124 64
Binary 10011110 100000 11101011 100001 1010110 0 1000 100010101 1010100 110100

Color Harmonies of #9E20EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E20EB

Black with #9E20EB

Text Example


Text Example

White with #9E20EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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