Html Css Color HEX #9F197D Dark Purple

📋 copy color: '#9F197D'

red 159 ◦ green 25 ◦ blue 125

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

Shades of Dark Purple #9F197D

Tints of Dark Purple #9F197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.45%

R = 51.46%
G = 8.09%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F197D (or 0x9F197D) is known color: Dark Purple. HEX triplet: 9F, 19 and 7D. RGB value is (159,25,125). Sum of RGB (Red+Green+Blue) = 159+25+125=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F197D is #60E682. Grayscale: #4C4C4C. Windows color (decimal): -6350467 or 8198559. OLE color: 8198559.

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

Color convert

RGB 159 25 125 -
CMYK 0 0.84 0.21 0.38
HSL 315.22º 0.73% 0.36% -
HSV(B) 315.22º 0.84% 0.62% -
XYZ 18.35 9.55 20.28 -
YUV 76.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 159 25 125 0 0.84 0.21 0.38 315.22 0.73 0.36
Hex 9F 19 7D 0 54 15 26 13B 49 24
Octal 237 31 175 0 124 25 46 473 111 44
Binary 10011111 11001 1111101 0 1010100 10101 100110 100111011 1001001 100100

Color Harmonies of #9F197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F197D

Black with #9F197D

Text Example


Text Example

White with #9F197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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