Html Css Color HEX #9E27ED Blue Violet

📋 copy color: '#9E27ED'

red 158 ◦ green 39 ◦ blue 237

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

Shades of Blue Violet #9E27ED

Tints of Blue Violet #9E27ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.61%

R = 36.41%
G = 8.99%
B = 54.61%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E27ED (or 0x9E27ED) is known color: Blue Violet. HEX triplet: 9E, 27 and ED. RGB value is (158,39,237). Sum of RGB (Red+Green+Blue) = 158+39+237=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E27ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9E27ED is #61D812. Grayscale: #606060. Windows color (decimal): -6412307 or 15542174. OLE color: 15542174.

HSL color Cylindrical-coordinate representation of color #9E27ED: hue angle of 276.06º 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 #9E27ED is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 39 237 -
CMYK 0.33 0.84 0 0.07
HSL 276.06º 0.85% 0.54% -
HSV(B) 276.06º 0.84% 0.93% -
XYZ 30.11 14.83 81.4 -
YUV 97.15 206.92 171.4 -
System Red Green Blue C M Y K H S L
Decimal 158 39 237 0.33 0.84 0 0.07 276.06 0.85 0.54
Hex 9E 27 ED 21 54 0 7 114 55 36
Octal 236 47 355 41 124 0 7 424 125 66
Binary 10011110 100111 11101101 100001 1010100 0 111 100010100 1010101 110110

Color Harmonies of #9E27ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E27ED

Black with #9E27ED

Text Example


Text Example

White with #9E27ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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