Html Css Color HEX #9F1C7D Dark Purple

📋 copy color: '#9F1C7D'

red 159 ◦ green 28 ◦ blue 125

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

Shades of Dark Purple #9F1C7D

Tints of Dark Purple #9F1C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.97%

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

R = 50.96%
G = 8.97%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F1C7D (or 0x9F1C7D) is known color: Dark Purple. HEX triplet: 9F, 1C and 7D. RGB value is (159,28,125). Sum of RGB (Red+Green+Blue) = 159+28+125=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1C7D is #60E382. Grayscale: #4D4D4D. Windows color (decimal): -6349699 or 8199327. OLE color: 8199327.

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

Color convert

RGB 159 28 125 -
CMYK 0 0.82 0.21 0.38
HSL 315.57º 0.7% 0.37% -
HSV(B) 315.57º 0.82% 0.62% -
XYZ 18.42 9.68 20.3 -
YUV 78.23 154.4 185.61 -
System Red Green Blue C M Y K H S L
Decimal 159 28 125 0 0.82 0.21 0.38 315.57 0.7 0.37
Hex 9F 1C 7D 0 52 15 26 13C 46 25
Octal 237 34 175 0 122 25 46 474 106 45
Binary 10011111 11100 1111101 0 1010010 10101 100110 100111100 1000110 100101

Color Harmonies of #9F1C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1C7D

Black with #9F1C7D

Text Example


Text Example

White with #9F1C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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