Html Css Color HEX #9E1E79 Dark Purple

📋 copy color: '#9E1E79'

red 158 ◦ green 30 ◦ blue 121

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

Shades of Dark Purple #9E1E79

Tints of Dark Purple #9E1E79

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.71%

 BLUE value IS 121 (47.66% from 255) = 39.16%

R = 51.13%
G = 9.71%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9E1E79 (or 0x9E1E79) is known color: Dark Purple. HEX triplet: 9E, 1E and 79. RGB value is (158,30,121). Sum of RGB (Red+Green+Blue) = 158+30+121=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1E79 is #61E186. Grayscale: #4E4E4E. Windows color (decimal): -6414727 or 7937694. OLE color: 7937694.

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

Color convert

RGB 158 30 121 -
CMYK 0 0.81 0.23 0.38
HSL 317.34º 0.68% 0.37% -
HSV(B) 317.34º 0.81% 0.62% -
XYZ 18.02 9.58 18.99 -
YUV 78.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 158 30 121 0 0.81 0.23 0.38 317.34 0.68 0.37
Hex 9E 1E 79 0 51 17 26 13D 44 25
Octal 236 36 171 0 121 27 46 475 104 45
Binary 10011110 11110 1111001 0 1010001 10111 100110 100111101 1000100 100101

Color Harmonies of #9E1E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1E79

Black with #9E1E79

Text Example


Text Example

White with #9E1E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,30,121); }

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

background-color css

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

 a { background-color: rgb(158,30,121); }

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

border-color css

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

 span { border-color: rgb(158,30,121); }

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