Html Css Color HEX #9E11F1 Dark Violet

📋 copy color: '#9E11F1'

red 158 ◦ green 17 ◦ blue 241

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

Shades of Dark Violet #9E11F1

Tints of Dark Violet #9E11F1

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.09%

 BLUE value IS 241 (94.53% from 255) = 57.93%

R = 37.98%
G = 4.09%
B = 57.93%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9E11F1 (or 0x9E11F1) is known color: Dark Violet. HEX triplet: 9E, 11 and F1. RGB value is (158,17,241). Sum of RGB (Red+Green+Blue) = 158+17+241=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E11F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9E11F1 is #61EE0E. Grayscale: #535353. Windows color (decimal): -6417935 or 15798686. OLE color: 15798686.

HSL color Cylindrical-coordinate representation of color #9E11F1: hue angle of 277.77º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E11F1 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 17 241 -
CMYK 0.34 0.93 0 0.05
HSL 277.77º 0.89% 0.51% -
HSV(B) 277.77º 0.93% 0.95% -
XYZ 30.18 14.02 84.33 -
YUV 84.7 216.21 180.29 -
System Red Green Blue C M Y K H S L
Decimal 158 17 241 0.34 0.93 0 0.05 277.77 0.89 0.51
Hex 9E 11 F1 22 5D 0 5 116 59 33
Octal 236 21 361 42 135 0 5 426 131 63
Binary 10011110 10001 11110001 100010 1011101 0 101 100010110 1011001 110011

Color Harmonies of #9E11F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E11F1

Black with #9E11F1

Text Example


Text Example

White with #9E11F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,17,241); }

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

background-color css

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

 a { background-color: rgb(158,17,241); }

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

border-color css

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

 span { border-color: rgb(158,17,241); }

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