Html Css Color HEX #9E178C Dark Purple

📋 copy color: '#9E178C'

red 158 ◦ green 23 ◦ blue 140

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

Shades of Dark Purple #9E178C

Tints of Dark Purple #9E178C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.17%

 BLUE value IS 140 (55.08% from 255) = 43.61%

R = 49.22%
G = 7.17%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E178C (or 0x9E178C) is known color: Dark Purple. HEX triplet: 9E, 17 and 8C. RGB value is (158,23,140). Sum of RGB (Red+Green+Blue) = 158+23+140=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E178C is #61E873. Grayscale: #4C4C4C. Windows color (decimal): -6416500 or 9181086. OLE color: 9181086.

HSL color Cylindrical-coordinate representation of color #9E178C: hue angle of 308º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E178C is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 23 140 -
CMYK 0 0.85 0.11 0.38
HSL 308º 0.75% 0.35% -
HSV(B) 308º 0.85% 0.62% -
XYZ 19.14 9.78 25.69 -
YUV 76.7 163.73 185.99 -
System Red Green Blue C M Y K H S L
Decimal 158 23 140 0 0.85 0.11 0.38 308 0.75 0.35
Hex 9E 17 8C 0 55 B 26 134 4B 23
Octal 236 27 214 0 125 13 46 464 113 43
Binary 10011110 10111 10001100 0 1010101 1011 100110 100110100 1001011 100011

Color Harmonies of #9E178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E178C

Black with #9E178C

Text Example


Text Example

White with #9E178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,23,140); }

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

background-color css

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

 a { background-color: rgb(158,23,140); }

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

border-color css

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

 span { border-color: rgb(158,23,140); }

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