Html Css Color HEX #9F1F88 Dark Purple

📋 copy color: '#9F1F88'

red 159 ◦ green 31 ◦ blue 136

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

Shades of Dark Purple #9F1F88

Tints of Dark Purple #9F1F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.72%

R = 48.77%
G = 9.51%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F1F88 (or 0x9F1F88) is known color: Dark Purple. HEX triplet: 9F, 1F and 88. RGB value is (159,31,136). Sum of RGB (Red+Green+Blue) = 159+31+136=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1F88 is #60E077. Grayscale: #505050. Windows color (decimal): -6348920 or 8920991. OLE color: 8920991.

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

Color convert

RGB 159 31 136 -
CMYK 0 0.81 0.14 0.38
HSL 310.78º 0.67% 0.37% -
HSV(B) 310.78º 0.81% 0.62% -
XYZ 19.23 10.13 24.23 -
YUV 81.24 158.91 183.46 -
System Red Green Blue C M Y K H S L
Decimal 159 31 136 0 0.81 0.14 0.38 310.78 0.67 0.37
Hex 9F 1F 88 0 51 E 26 137 43 25
Octal 237 37 210 0 121 16 46 467 103 45
Binary 10011111 11111 10001000 0 1010001 1110 100110 100110111 1000011 100101

Color Harmonies of #9F1F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F88

Black with #9F1F88

Text Example


Text Example

White with #9F1F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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