Html Css Color HEX #9E27EE Blue Violet

📋 copy color: '#9E27EE'

red 158 ◦ green 39 ◦ blue 238

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

Shades of Blue Violet #9E27EE

Tints of Blue Violet #9E27EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.97%

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

R = 36.32%
G = 8.97%
B = 54.71%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E27EE (or 0x9E27EE) is known color: Blue Violet. HEX triplet: 9E, 27 and EE. RGB value is (158,39,238). Sum of RGB (Red+Green+Blue) = 158+39+238=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E27EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E27EE is #61D811. Grayscale: #606060. Windows color (decimal): -6412306 or 15607710. OLE color: 15607710.

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

Color convert

RGB 158 39 238 -
CMYK 0.34 0.84 0 0.07
HSL 275.88º 0.85% 0.54% -
HSV(B) 275.88º 0.84% 0.93% -
XYZ 30.26 14.89 82.17 -
YUV 97.27 207.42 171.32 -
System Red Green Blue C M Y K H S L
Decimal 158 39 238 0.34 0.84 0 0.07 275.88 0.85 0.54
Hex 9E 27 EE 22 54 0 7 114 55 36
Octal 236 47 356 42 124 0 7 424 125 66
Binary 10011110 100111 11101110 100010 1010100 0 111 100010100 1010101 110110

Color Harmonies of #9E27EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E27EE

Black with #9E27EE

Text Example


Text Example

White with #9E27EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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