Html Css Color HEX #9F208F Dark Purple

📋 copy color: '#9F208F'

red 159 ◦ green 32 ◦ blue 143

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

Shades of Dark Purple #9F208F

Tints of Dark Purple #9F208F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.58%

 BLUE value IS 143 (56.25% from 255) = 42.81%

R = 47.6%
G = 9.58%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9F208F (or 0x9F208F) is known color: Dark Purple. HEX triplet: 9F, 20 and 8F. RGB value is (159,32,143). Sum of RGB (Red+Green+Blue) = 159+32+143=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F208F is #60DF70. Grayscale: #525252. Windows color (decimal): -6348657 or 9379999. OLE color: 9379999.

HSL color Cylindrical-coordinate representation of color #9F208F: hue angle of 307.56º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F208F is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 32 143 -
CMYK 0 0.80 0.10 0.38
HSL 307.56º 0.66% 0.37% -
HSV(B) 307.56º 0.8% 0.62% -
XYZ 19.77 10.39 26.95 -
YUV 82.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 159 32 143 0 0.80 0.10 0.38 307.56 0.66 0.37
Hex 9F 20 8F 0 50 A 26 134 42 25
Octal 237 40 217 0 120 12 46 464 102 45
Binary 10011111 100000 10001111 0 1010000 1010 100110 100110100 1000010 100101

Color Harmonies of #9F208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F208F

Black with #9F208F

Text Example


Text Example

White with #9F208F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,32,143); }

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

background-color css

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

 a { background-color: rgb(159,32,143); }

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

border-color css

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

 span { border-color: rgb(159,32,143); }

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