Html Css Color HEX #9F1F75 Dark Purple

📋 copy color: '#9F1F75'

red 159 ◦ green 31 ◦ blue 117

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

Shades of Dark Purple #9F1F75

Tints of Dark Purple #9F1F75

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.1%

 BLUE value IS 117 (46.09% from 255) = 38.11%

R = 51.79%
G = 10.1%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F1F75 (or 0x9F1F75) is known color: Dark Purple. HEX triplet: 9F, 1F and 75. RGB value is (159,31,117). Sum of RGB (Red+Green+Blue) = 159+31+117=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1F75 is #60E08A. Grayscale: #4E4E4E. Windows color (decimal): -6348939 or 7675807. OLE color: 7675807.

HSL color Cylindrical-coordinate representation of color #9F1F75: hue angle of 319.69º degrees, saturation: 0.67, 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 #9F1F75 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 31 117 -
CMYK 0 0.81 0.26 0.38
HSL 319.69º 0.67% 0.37% -
HSV(B) 319.69º 0.81% 0.62% -
XYZ 18 9.64 17.74 -
YUV 79.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 159 31 117 0 0.81 0.26 0.38 319.69 0.67 0.37
Hex 9F 1F 75 0 51 1A 26 140 43 25
Octal 237 37 165 0 121 32 46 500 103 45
Binary 10011111 11111 1110101 0 1010001 11010 100110 101000000 1000011 100101

Color Harmonies of #9F1F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F75

Black with #9F1F75

Text Example


Text Example

White with #9F1F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,31,117); }

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

background-color css

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

 a { background-color: rgb(159,31,117); }

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

border-color css

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

 span { border-color: rgb(159,31,117); }

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