Html Css Color HEX #9E188B Dark Purple

📋 copy color: '#9E188B'

red 158 ◦ green 24 ◦ blue 139

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

Shades of Dark Purple #9E188B

Tints of Dark Purple #9E188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.3%

R = 49.22%
G = 7.48%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E188B (or 0x9E188B) is known color: Dark Purple. HEX triplet: 9E, 18 and 8B. RGB value is (158,24,139). Sum of RGB (Red+Green+Blue) = 158+24+139=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E188B is #61E774. Grayscale: #4C4C4C. Windows color (decimal): -6416245 or 9115806. OLE color: 9115806.

HSL color Cylindrical-coordinate representation of color #9E188B: hue angle of 308.51º 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 #9E188B is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 24 139 -
CMYK 0 0.85 0.12 0.38
HSL 308.51º 0.74% 0.36% -
HSV(B) 308.51º 0.85% 0.62% -
XYZ 19.09 9.79 25.31 -
YUV 77.18 162.89 185.65 -
System Red Green Blue C M Y K H S L
Decimal 158 24 139 0 0.85 0.12 0.38 308.51 0.74 0.36
Hex 9E 18 8B 0 55 C 26 135 4A 24
Octal 236 30 213 0 125 14 46 465 112 44
Binary 10011110 11000 10001011 0 1010101 1100 100110 100110101 1001010 100100

Color Harmonies of #9E188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E188B

Black with #9E188B

Text Example


Text Example

White with #9E188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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