Html Css Color HEX #9F1E7F Dark Purple

📋 copy color: '#9F1E7F'

red 159 ◦ green 30 ◦ blue 127

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

Shades of Dark Purple #9F1E7F

Tints of Dark Purple #9F1E7F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

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

R = 50.32%
G = 9.49%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F1E7F (or 0x9F1E7F) is known color: Dark Purple. HEX triplet: 9F, 1E and 7F. RGB value is (159,30,127). Sum of RGB (Red+Green+Blue) = 159+30+127=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1E7F is #60E180. Grayscale: #4F4F4F. Windows color (decimal): -6349185 or 8330911. OLE color: 8330911.

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

Color convert

RGB 159 30 127 -
CMYK 0 0.81 0.20 0.38
HSL 314.88º 0.68% 0.37% -
HSV(B) 314.88º 0.81% 0.62% -
XYZ 18.59 9.83 21 -
YUV 79.63 154.74 184.61 -
System Red Green Blue C M Y K H S L
Decimal 159 30 127 0 0.81 0.20 0.38 314.88 0.68 0.37
Hex 9F 1E 7F 0 51 14 26 13B 44 25
Octal 237 36 177 0 121 24 46 473 104 45
Binary 10011111 11110 1111111 0 1010001 10100 100110 100111011 1000100 100101

Color Harmonies of #9F1E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E7F

Black with #9F1E7F

Text Example


Text Example

White with #9F1E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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