Html Css Color HEX #9F1987 Dark Purple

📋 copy color: '#9F1987'

red 159 ◦ green 25 ◦ blue 135

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

Shades of Dark Purple #9F1987

Tints of Dark Purple #9F1987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.84%

 BLUE value IS 135 (53.13% from 255) = 42.32%

R = 49.84%
G = 7.84%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9F1987 (or 0x9F1987) is known color: Dark Purple. HEX triplet: 9F, 19 and 87. RGB value is (159,25,135). Sum of RGB (Red+Green+Blue) = 159+25+135=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1987 is #60E678. Grayscale: #4D4D4D. Windows color (decimal): -6350457 or 8853919. OLE color: 8853919.

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

Color convert

RGB 159 25 135 -
CMYK 0 0.84 0.15 0.38
HSL 310.75º 0.73% 0.36% -
HSV(B) 310.75º 0.84% 0.62% -
XYZ 19.02 9.82 23.81 -
YUV 77.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 159 25 135 0 0.84 0.15 0.38 310.75 0.73 0.36
Hex 9F 19 87 0 54 F 26 137 49 24
Octal 237 31 207 0 124 17 46 467 111 44
Binary 10011111 11001 10000111 0 1010100 1111 100110 100110111 1001001 100100

Color Harmonies of #9F1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1987

Black with #9F1987

Text Example


Text Example

White with #9F1987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,25,135); }

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

background-color css

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

 a { background-color: rgb(159,25,135); }

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

border-color css

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

 span { border-color: rgb(159,25,135); }

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