Html Css Color HEX #9E18ED Blue Violet

📋 copy color: '#9E18ED'

red 158 ◦ green 24 ◦ blue 237

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

Shades of Blue Violet #9E18ED

Tints of Blue Violet #9E18ED

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.73%

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

R = 37.71%
G = 5.73%
B = 56.56%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E18ED (or 0x9E18ED) is known color: Blue Violet. HEX triplet: 9E, 18 and ED. RGB value is (158,24,237). Sum of RGB (Red+Green+Blue) = 158+24+237=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E18ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E18ED is #61E712. Grayscale: #575757. Windows color (decimal): -6416147 or 15538334. OLE color: 15538334.

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

Color convert

RGB 158 24 237 -
CMYK 0.33 0.90 0 0.07
HSL 277.75º 0.86% 0.51% -
HSV(B) 277.75º 0.9% 0.93% -
XYZ 29.71 14.04 81.26 -
YUV 88.35 211.89 177.68 -
System Red Green Blue C M Y K H S L
Decimal 158 24 237 0.33 0.90 0 0.07 277.75 0.86 0.51
Hex 9E 18 ED 21 5A 0 7 116 56 33
Octal 236 30 355 41 132 0 7 426 126 63
Binary 10011110 11000 11101101 100001 1011010 0 111 100010110 1010110 110011

Color Harmonies of #9E18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E18ED

Black with #9E18ED

Text Example


Text Example

White with #9E18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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