Html Css Color HEX #9F177B Dark Purple

📋 copy color: '#9F177B'

red 159 ◦ green 23 ◦ blue 123

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

Shades of Dark Purple #9F177B

Tints of Dark Purple #9F177B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.33%

R = 52.13%
G = 7.54%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F177B (or 0x9F177B) is known color: Dark Purple. HEX triplet: 9F, 17 and 7B. RGB value is (159,23,123). Sum of RGB (Red+Green+Blue) = 159+23+123=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F177B is #60E884. Grayscale: #4A4A4A. Windows color (decimal): -6350981 or 8066975. OLE color: 8066975.

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

Color convert

RGB 159 23 123 -
CMYK 0 0.86 0.23 0.38
HSL 315.88º 0.75% 0.36% -
HSV(B) 315.88º 0.86% 0.62% -
XYZ 18.18 9.41 19.6 -
YUV 75.06 155.06 187.87 -
System Red Green Blue C M Y K H S L
Decimal 159 23 123 0 0.86 0.23 0.38 315.88 0.75 0.36
Hex 9F 17 7B 0 56 17 26 13C 4B 24
Octal 237 27 173 0 126 27 46 474 113 44
Binary 10011111 10111 1111011 0 1010110 10111 100110 100111100 1001011 100100

Color Harmonies of #9F177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F177B

Black with #9F177B

Text Example


Text Example

White with #9F177B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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