Html Css Color HEX #9F197C Dark Purple

📋 copy color: '#9F197C'

red 159 ◦ green 25 ◦ blue 124

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

Shades of Dark Purple #9F197C

Tints of Dark Purple #9F197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 51.62%
G = 8.12%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F197C (or 0x9F197C) is known color: Dark Purple. HEX triplet: 9F, 19 and 7C. RGB value is (159,25,124). Sum of RGB (Red+Green+Blue) = 159+25+124=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F197C is #60E683. Grayscale: #4C4C4C. Windows color (decimal): -6350468 or 8133023. OLE color: 8133023.

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

Color convert

RGB 159 25 124 -
CMYK 0 0.84 0.22 0.38
HSL 315.67º 0.73% 0.36% -
HSV(B) 315.67º 0.84% 0.62% -
XYZ 18.28 9.52 19.94 -
YUV 76.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 159 25 124 0 0.84 0.22 0.38 315.67 0.73 0.36
Hex 9F 19 7C 0 54 16 26 13C 49 24
Octal 237 31 174 0 124 26 46 474 111 44
Binary 10011111 11001 1111100 0 1010100 10110 100110 100111100 1001001 100100

Color Harmonies of #9F197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F197C

Black with #9F197C

Text Example


Text Example

White with #9F197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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