Html Css Color HEX #9E18DD Dark Violet

📋 copy color: '#9E18DD'

red 158 ◦ green 24 ◦ blue 221

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

Shades of Dark Violet #9E18DD

Tints of Dark Violet #9E18DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.84%

R = 39.21%
G = 5.96%
B = 54.84%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E18DD (or 0x9E18DD) is known color: Dark Violet. HEX triplet: 9E, 18 and DD. RGB value is (158,24,221). Sum of RGB (Red+Green+Blue) = 158+24+221=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E18DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E18DD is #61E722. Grayscale: #555555. Windows color (decimal): -6416163 or 14489758. OLE color: 14489758.

HSL color Cylindrical-coordinate representation of color #9E18DD: hue angle of 280.81º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E18DD is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 24 221 -
CMYK 0.29 0.89 0 0.13
HSL 280.81º 0.8% 0.48% -
HSV(B) 280.81º 0.89% 0.87% -
XYZ 27.48 13.14 69.5 -
YUV 86.52 203.89 178.98 -
System Red Green Blue C M Y K H S L
Decimal 158 24 221 0.29 0.89 0 0.13 280.81 0.8 0.48
Hex 9E 18 DD 1D 59 0 D 119 50 30
Octal 236 30 335 35 131 0 15 431 120 60
Binary 10011110 11000 11011101 11101 1011001 0 1101 100011001 1010000 110000

Color Harmonies of #9E18DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E18DD

Black with #9E18DD

Text Example


Text Example

White with #9E18DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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