Html Css Color HEX #9F197F Dark Purple

📋 copy color: '#9F197F'

red 159 ◦ green 25 ◦ blue 127

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

Shades of Dark Purple #9F197F

Tints of Dark Purple #9F197F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

 BLUE value IS 127 (50% from 255) = 40.84%

R = 51.13%
G = 8.04%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F197F (or 0x9F197F) is known color: Dark Purple. HEX triplet: 9F, 19 and 7F. RGB value is (159,25,127). Sum of RGB (Red+Green+Blue) = 159+25+127=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F197F is #60E680. Grayscale: #4C4C4C. Windows color (decimal): -6350465 or 8329631. OLE color: 8329631.

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

Color convert

RGB 159 25 127 -
CMYK 0 0.84 0.20 0.38
HSL 314.33º 0.73% 0.36% -
HSV(B) 314.33º 0.84% 0.62% -
XYZ 18.48 9.6 20.96 -
YUV 76.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 159 25 127 0 0.84 0.20 0.38 314.33 0.73 0.36
Hex 9F 19 7F 0 54 14 26 13A 49 24
Octal 237 31 177 0 124 24 46 472 111 44
Binary 10011111 11001 1111111 0 1010100 10100 100110 100111010 1001001 100100

Color Harmonies of #9F197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F197F

Black with #9F197F

Text Example


Text Example

White with #9F197F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,25,127); }

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

background-color css

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

 a { background-color: rgb(159,25,127); }

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

border-color css

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

 span { border-color: rgb(159,25,127); }

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