Html Css Color HEX #9F178B Dark Purple

📋 copy color: '#9F178B'

red 159 ◦ green 23 ◦ blue 139

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

Shades of Dark Purple #9F178B

Tints of Dark Purple #9F178B

RGB

 RED value IS 159 (62.5% from 255) = 49.53%

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

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

R = 49.53%
G = 7.17%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F178B (or 0x9F178B) is known color: Dark Purple. HEX triplet: 9F, 17 and 8B. RGB value is (159,23,139). Sum of RGB (Red+Green+Blue) = 159+23+139=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F178B is #60E874. Grayscale: #4C4C4C. Windows color (decimal): -6350965 or 9115551. OLE color: 9115551.

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

Color convert

RGB 159 23 139 -
CMYK 0 0.86 0.13 0.38
HSL 308.82º 0.75% 0.36% -
HSV(B) 308.82º 0.86% 0.62% -
XYZ 19.26 9.85 25.31 -
YUV 76.89 163.06 186.57 -
System Red Green Blue C M Y K H S L
Decimal 159 23 139 0 0.86 0.13 0.38 308.82 0.75 0.36
Hex 9F 17 8B 0 56 D 26 135 4B 24
Octal 237 27 213 0 126 15 46 465 113 44
Binary 10011111 10111 10001011 0 1010110 1101 100110 100110101 1001011 100100

Color Harmonies of #9F178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F178B

Black with #9F178B

Text Example


Text Example

White with #9F178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,23,139); }

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

background-color css

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

 a { background-color: rgb(159,23,139); }

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

border-color css

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

 span { border-color: rgb(159,23,139); }

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