Html Css Color HEX #9F1881 Dark Purple

📋 copy color: '#9F1881'

red 159 ◦ green 24 ◦ blue 129

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

Shades of Dark Purple #9F1881

Tints of Dark Purple #9F1881

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.69%

 BLUE value IS 129 (50.78% from 255) = 41.35%

R = 50.96%
G = 7.69%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F1881 (or 0x9F1881) is known color: Dark Purple. HEX triplet: 9F, 18 and 81. RGB value is (159,24,129). Sum of RGB (Red+Green+Blue) = 159+24+129=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1881 is #60E77E. Grayscale: #4C4C4C. Windows color (decimal): -6350719 or 8460447. OLE color: 8460447.

HSL color Cylindrical-coordinate representation of color #9F1881: hue angle of 313.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1881 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 24 129 -
CMYK 0 0.85 0.19 0.38
HSL 313.33º 0.74% 0.36% -
HSV(B) 313.33º 0.85% 0.62% -
XYZ 18.59 9.61 21.64 -
YUV 76.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 159 24 129 0 0.85 0.19 0.38 313.33 0.74 0.36
Hex 9F 18 81 0 55 13 26 139 4A 24
Octal 237 30 201 0 125 23 46 471 112 44
Binary 10011111 11000 10000001 0 1010101 10011 100110 100111001 1001010 100100

Color Harmonies of #9F1881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1881

Black with #9F1881

Text Example


Text Example

White with #9F1881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,24,129); }

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

background-color css

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

 a { background-color: rgb(159,24,129); }

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

border-color css

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

 span { border-color: rgb(159,24,129); }

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