Html Css Color HEX #9F157B Dark Purple

📋 copy color: '#9F157B'

red 159 ◦ green 21 ◦ blue 123

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

Shades of Dark Purple #9F157B

Tints of Dark Purple #9F157B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.93%

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

R = 52.48%
G = 6.93%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F157B (or 0x9F157B) is known color: Dark Purple. HEX triplet: 9F, 15 and 7B. RGB value is (159,21,123). Sum of RGB (Red+Green+Blue) = 159+21+123=303 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.48% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 159 - color contains mainly: red. Hex color #9F157B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F157B is #60EA84. Grayscale: #494949. Windows color (decimal): -6351493 or 8066463. OLE color: 8066463.

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

Color convert

RGB 159 21 123 -
CMYK 0 0.87 0.23 0.38
HSL 315.65º 0.77% 0.35% -
HSV(B) 315.65º 0.87% 0.62% -
XYZ 18.14 9.34 19.59 -
YUV 73.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 159 21 123 0 0.87 0.23 0.38 315.65 0.77 0.35
Hex 9F 15 7B 0 57 17 26 13C 4D 23
Octal 237 25 173 0 127 27 46 474 115 43
Binary 10011111 10101 1111011 0 1010111 10111 100110 100111100 1001101 100011

Color Harmonies of #9F157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F157B

Black with #9F157B

Text Example


Text Example

White with #9F157B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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