Html Css Color HEX #9F168A Dark Purple

📋 copy color: '#9F168A'

red 159 ◦ green 22 ◦ blue 138

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

Shades of Dark Purple #9F168A

Tints of Dark Purple #9F168A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 49.84%
G = 6.9%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F168A (or 0x9F168A) is known color: Dark Purple. HEX triplet: 9F, 16 and 8A. RGB value is (159,22,138). Sum of RGB (Red+Green+Blue) = 159+22+138=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F168A is #60E975. Grayscale: #4B4B4B. Windows color (decimal): -6351222 or 9049759. OLE color: 9049759.

HSL color Cylindrical-coordinate representation of color #9F168A: hue angle of 309.2º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F168A is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 22 138 -
CMYK 0 0.86 0.13 0.38
HSL 309.2º 0.76% 0.35% -
HSV(B) 309.2º 0.86% 0.62% -
XYZ 19.17 9.78 24.92 -
YUV 76.19 162.89 187.07 -
System Red Green Blue C M Y K H S L
Decimal 159 22 138 0 0.86 0.13 0.38 309.2 0.76 0.35
Hex 9F 16 8A 0 56 D 26 135 4C 23
Octal 237 26 212 0 126 15 46 465 114 43
Binary 10011111 10110 10001010 0 1010110 1101 100110 100110101 1001100 100011

Color Harmonies of #9F168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F168A

Black with #9F168A

Text Example


Text Example

White with #9F168A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,22,138); }

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

background-color css

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

 a { background-color: rgb(159,22,138); }

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

border-color css

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

 span { border-color: rgb(159,22,138); }

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