Html Css Color HEX #9E2FEE Blue Violet

📋 copy color: '#9E2FEE'

red 158 ◦ green 47 ◦ blue 238

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

Shades of Blue Violet #9E2FEE

Tints of Blue Violet #9E2FEE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.61%

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

R = 35.67%
G = 10.61%
B = 53.72%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E2FEE (or 0x9E2FEE) is known color: Blue Violet. HEX triplet: 9E, 2F and EE. RGB value is (158,47,238). Sum of RGB (Red+Green+Blue) = 158+47+238=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E2FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E2FEE is #61D011. Grayscale: #656565. Windows color (decimal): -6410258 or 15609758. OLE color: 15609758.

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

Color convert

RGB 158 47 238 -
CMYK 0.34 0.80 0 0.07
HSL 274.87º 0.85% 0.56% -
HSV(B) 274.87º 0.8% 0.93% -
XYZ 30.55 15.48 82.27 -
YUV 101.96 204.77 167.97 -
System Red Green Blue C M Y K H S L
Decimal 158 47 238 0.34 0.80 0 0.07 274.87 0.85 0.56
Hex 9E 2F EE 22 50 0 7 113 55 38
Octal 236 57 356 42 120 0 7 423 125 70
Binary 10011110 101111 11101110 100010 1010000 0 111 100010011 1010101 111000

Color Harmonies of #9E2FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2FEE

Black with #9E2FEE

Text Example


Text Example

White with #9E2FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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