Html Css Color HEX #9F1F84 Dark Purple

📋 copy color: '#9F1F84'

red 159 ◦ green 31 ◦ blue 132

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

Shades of Dark Purple #9F1F84

Tints of Dark Purple #9F1F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 49.38%
G = 9.63%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9F1F84 (or 0x9F1F84) is known color: Dark Purple. HEX triplet: 9F, 1F and 84. RGB value is (159,31,132). Sum of RGB (Red+Green+Blue) = 159+31+132=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1F84 is #60E07B. Grayscale: #505050. Windows color (decimal): -6348924 or 8658847. OLE color: 8658847.

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

Color convert

RGB 159 31 132 -
CMYK 0 0.81 0.17 0.38
HSL 312.66º 0.67% 0.37% -
HSV(B) 312.66º 0.81% 0.62% -
XYZ 18.95 10.02 22.76 -
YUV 80.79 156.91 183.79 -
System Red Green Blue C M Y K H S L
Decimal 159 31 132 0 0.81 0.17 0.38 312.66 0.67 0.37
Hex 9F 1F 84 0 51 11 26 139 43 25
Octal 237 37 204 0 121 21 46 471 103 45
Binary 10011111 11111 10000100 0 1010001 10001 100110 100111001 1000011 100101

Color Harmonies of #9F1F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F84

Black with #9F1F84

Text Example


Text Example

White with #9F1F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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