Html Css Color HEX #9E187E Dark Purple

📋 copy color: '#9E187E'

red 158 ◦ green 24 ◦ blue 126

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

Shades of Dark Purple #9E187E

Tints of Dark Purple #9E187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.79%

 BLUE value IS 126 (49.61% from 255) = 40.91%

R = 51.3%
G = 7.79%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E187E (or 0x9E187E) is known color: Dark Purple. HEX triplet: 9E, 18 and 7E. RGB value is (158,24,126). Sum of RGB (Red+Green+Blue) = 158+24+126=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E187E is #61E781. Grayscale: #4B4B4B. Windows color (decimal): -6416258 or 8263838. OLE color: 8263838.

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

Color convert

RGB 158 24 126 -
CMYK 0 0.85 0.20 0.38
HSL 314.33º 0.74% 0.36% -
HSV(B) 314.33º 0.85% 0.62% -
XYZ 18.19 9.43 20.6 -
YUV 75.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 158 24 126 0 0.85 0.20 0.38 314.33 0.74 0.36
Hex 9E 18 7E 0 55 14 26 13A 4A 24
Octal 236 30 176 0 125 24 46 472 112 44
Binary 10011110 11000 1111110 0 1010101 10100 100110 100111010 1001010 100100

Color Harmonies of #9E187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E187E

Black with #9E187E

Text Example


Text Example

White with #9E187E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,24,126); }

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

background-color css

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

 a { background-color: rgb(158,24,126); }

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

border-color css

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

 span { border-color: rgb(158,24,126); }

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