Html Css Color HEX #9F117D Dark Purple

📋 copy color: '#9F117D'

red 159 ◦ green 17 ◦ blue 125

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

Shades of Dark Purple #9F117D

Tints of Dark Purple #9F117D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.65%

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

R = 52.82%
G = 5.65%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F117D (or 0x9F117D) is known color: Dark Purple. HEX triplet: 9F, 11 and 7D. RGB value is (159,17,125). Sum of RGB (Red+Green+Blue) = 159+17+125=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F117D is #60EE82. Grayscale: #474747. Windows color (decimal): -6352515 or 8196511. OLE color: 8196511.

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

Color convert

RGB 159 17 125 -
CMYK 0 0.89 0.21 0.38
HSL 314.37º 0.81% 0.35% -
HSV(B) 314.37º 0.89% 0.62% -
XYZ 18.2 9.25 20.23 -
YUV 71.77 158.04 190.22 -
System Red Green Blue C M Y K H S L
Decimal 159 17 125 0 0.89 0.21 0.38 314.37 0.81 0.35
Hex 9F 11 7D 0 59 15 26 13A 51 23
Octal 237 21 175 0 131 25 46 472 121 43
Binary 10011111 10001 1111101 0 1011001 10101 100110 100111010 1010001 100011

Color Harmonies of #9F117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F117D

Black with #9F117D

Text Example


Text Example

White with #9F117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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