Html Css Color HEX #9F1988 Dark Purple

📋 copy color: '#9F1988'

red 159 ◦ green 25 ◦ blue 136

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

Shades of Dark Purple #9F1988

Tints of Dark Purple #9F1988

RGB

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

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

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

R = 49.69%
G = 7.81%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F1988 (or 0x9F1988) is known color: Dark Purple. HEX triplet: 9F, 19 and 88. RGB value is (159,25,136). Sum of RGB (Red+Green+Blue) = 159+25+136=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1988 is #60E677. Grayscale: #4D4D4D. Windows color (decimal): -6350456 or 8919455. OLE color: 8919455.

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

Color convert

RGB 159 25 136 -
CMYK 0 0.84 0.14 0.38
HSL 310.3º 0.73% 0.36% -
HSV(B) 310.3º 0.84% 0.62% -
XYZ 19.09 9.84 24.19 -
YUV 77.72 160.89 185.97 -
System Red Green Blue C M Y K H S L
Decimal 159 25 136 0 0.84 0.14 0.38 310.3 0.73 0.36
Hex 9F 19 88 0 54 E 26 136 49 24
Octal 237 31 210 0 124 16 46 466 111 44
Binary 10011111 11001 10001000 0 1010100 1110 100110 100110110 1001001 100100

Color Harmonies of #9F1988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1988

Black with #9F1988

Text Example


Text Example

White with #9F1988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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