Html Css Color HEX #9E168B Dark Purple

📋 copy color: '#9E168B'

red 158 ◦ green 22 ◦ blue 139

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

Shades of Dark Purple #9E168B

Tints of Dark Purple #9E168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

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

R = 49.53%
G = 6.9%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E168B (or 0x9E168B) is known color: Dark Purple. HEX triplet: 9E, 16 and 8B. RGB value is (158,22,139). Sum of RGB (Red+Green+Blue) = 158+22+139=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E168B is #61E974. Grayscale: #4B4B4B. Windows color (decimal): -6416757 or 9115294. OLE color: 9115294.

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

Color convert

RGB 158 22 139 -
CMYK 0 0.86 0.12 0.38
HSL 308.38º 0.76% 0.35% -
HSV(B) 308.38º 0.86% 0.62% -
XYZ 19.05 9.71 25.3 -
YUV 76 163.56 186.49 -
System Red Green Blue C M Y K H S L
Decimal 158 22 139 0 0.86 0.12 0.38 308.38 0.76 0.35
Hex 9E 16 8B 0 56 C 26 134 4C 23
Octal 236 26 213 0 126 14 46 464 114 43
Binary 10011110 10110 10001011 0 1010110 1100 100110 100110100 1001100 100011

Color Harmonies of #9E168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E168B

Black with #9E168B

Text Example


Text Example

White with #9E168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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