Html Css Color HEX #9E11C8 Dark Violet

📋 copy color: '#9E11C8'

red 158 ◦ green 17 ◦ blue 200

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

Shades of Dark Violet #9E11C8

Tints of Dark Violet #9E11C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 53.33%

R = 42.13%
G = 4.53%
B = 53.33%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9E11C8 (or 0x9E11C8) is known color: Dark Violet. HEX triplet: 9E, 11 and C8. RGB value is (158,17,200). Sum of RGB (Red+Green+Blue) = 158+17+200=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #9E11C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E11C8 is #61EE37. Grayscale: #4F4F4F. Windows color (decimal): -6417976 or 13111710. OLE color: 13111710.

HSL color Cylindrical-coordinate representation of color #9E11C8: hue angle of 286.23º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E11C8 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 158 17 200 -
CMYK 0.21 0.92 0 0.22
HSL 286.23º 0.84% 0.43% -
HSV(B) 286.23º 0.92% 0.78% -
XYZ 24.73 11.84 55.63 -
YUV 80.02 195.71 183.62 -
System Red Green Blue C M Y K H S L
Decimal 158 17 200 0.21 0.92 0 0.22 286.23 0.84 0.43
Hex 9E 11 C8 15 5C 0 16 11E 54 2B
Octal 236 21 310 25 134 0 26 436 124 53
Binary 10011110 10001 11001000 10101 1011100 0 10110 100011110 1010100 101011

Color Harmonies of #9E11C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E11C8

Black with #9E11C8

Text Example


Text Example

White with #9E11C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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