Html Css Color HEX #9E117D Dark Purple

📋 copy color: '#9E117D'

red 158 ◦ green 17 ◦ blue 125

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

Shades of Dark Purple #9E117D

Tints of Dark Purple #9E117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.67%

R = 52.67%
G = 5.67%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E117D (or 0x9E117D) is known color: Dark Purple. HEX triplet: 9E, 11 and 7D. RGB value is (158,17,125). Sum of RGB (Red+Green+Blue) = 158+17+125=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E117D is #61EE82. Grayscale: #474747. Windows color (decimal): -6418051 or 8196510. OLE color: 8196510.

HSL color Cylindrical-coordinate representation of color #9E117D: hue angle of 314.04º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E117D is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 17 125 -
CMYK 0 0.89 0.21 0.38
HSL 314.04º 0.81% 0.34% -
HSV(B) 314.04º 0.89% 0.62% -
XYZ 18 9.15 20.22 -
YUV 71.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 158 17 125 0 0.89 0.21 0.38 314.04 0.81 0.34
Hex 9E 11 7D 0 59 15 26 13A 51 22
Octal 236 21 175 0 131 25 46 472 121 42
Binary 10011110 10001 1111101 0 1011001 10101 100110 100111010 1010001 100010

Color Harmonies of #9E117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E117D

Black with #9E117D

Text Example


Text Example

White with #9E117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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