Html Css Color HEX #9E21EE Blue Violet

📋 copy color: '#9E21EE'

red 158 ◦ green 33 ◦ blue 238

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

Shades of Blue Violet #9E21EE

Tints of Blue Violet #9E21EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.69%

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 36.83%
G = 7.69%
B = 55.48%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E21EE (or 0x9E21EE) is known color: Blue Violet. HEX triplet: 9E, 21 and EE. RGB value is (158,33,238). Sum of RGB (Red+Green+Blue) = 158+33+238=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E21EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E21EE is #61DE11. Grayscale: #5D5D5D. Windows color (decimal): -6413842 or 15606174. OLE color: 15606174.

HSL color Cylindrical-coordinate representation of color #9E21EE: hue angle of 276.59º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E21EE is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 33 238 -
CMYK 0.34 0.86 0 0.07
HSL 276.59º 0.86% 0.53% -
HSV(B) 276.59º 0.86% 0.93% -
XYZ 30.08 14.53 82.11 -
YUV 93.75 209.41 173.83 -
System Red Green Blue C M Y K H S L
Decimal 158 33 238 0.34 0.86 0 0.07 276.59 0.86 0.53
Hex 9E 21 EE 22 56 0 7 115 56 35
Octal 236 41 356 42 126 0 7 425 126 65
Binary 10011110 100001 11101110 100010 1010110 0 111 100010101 1010110 110101

Color Harmonies of #9E21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E21EE

Black with #9E21EE

Text Example


Text Example

White with #9E21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,33,238); }

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

background-color css

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

 a { background-color: rgb(158,33,238); }

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

border-color css

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

 span { border-color: rgb(158,33,238); }

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