Html Css Color HEX #9F188C Dark Purple

📋 copy color: '#9F188C'

red 159 ◦ green 24 ◦ blue 140

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

Shades of Dark Purple #9F188C

Tints of Dark Purple #9F188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.34%

R = 49.23%
G = 7.43%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F188C (or 0x9F188C) is known color: Dark Purple. HEX triplet: 9F, 18 and 8C. RGB value is (159,24,140). Sum of RGB (Red+Green+Blue) = 159+24+140=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F188C is #60E773. Grayscale: #4D4D4D. Windows color (decimal): -6350708 or 9181343. OLE color: 9181343.

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

Color convert

RGB 159 24 140 -
CMYK 0 0.85 0.12 0.38
HSL 308.44º 0.74% 0.36% -
HSV(B) 308.44º 0.85% 0.62% -
XYZ 19.36 9.92 25.7 -
YUV 77.59 163.23 186.07 -
System Red Green Blue C M Y K H S L
Decimal 159 24 140 0 0.85 0.12 0.38 308.44 0.74 0.36
Hex 9F 18 8C 0 55 C 26 134 4A 24
Octal 237 30 214 0 125 14 46 464 112 44
Binary 10011111 11000 10001100 0 1010101 1100 100110 100110100 1001010 100100

Color Harmonies of #9F188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F188C

Black with #9F188C

Text Example


Text Example

White with #9F188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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