Html Css Color HEX #9F208C Dark Purple

📋 copy color: '#9F208C'

red 159 ◦ green 32 ◦ blue 140

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

Shades of Dark Purple #9F208C

Tints of Dark Purple #9F208C

RGB

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

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

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

R = 48.04%
G = 9.67%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F208C (or 0x9F208C) is known color: Dark Purple. HEX triplet: 9F, 20 and 8C. RGB value is (159,32,140). Sum of RGB (Red+Green+Blue) = 159+32+140=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F208C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F208C is #60DF73. Grayscale: #515151. Windows color (decimal): -6348660 or 9183391. OLE color: 9183391.

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

Color convert

RGB 159 32 140 -
CMYK 0 0.80 0.12 0.38
HSL 308.98º 0.66% 0.37% -
HSV(B) 308.98º 0.8% 0.62% -
XYZ 19.55 10.3 25.77 -
YUV 82.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 159 32 140 0 0.80 0.12 0.38 308.98 0.66 0.37
Hex 9F 20 8C 0 50 C 26 135 42 25
Octal 237 40 214 0 120 14 46 465 102 45
Binary 10011111 100000 10001100 0 1010000 1100 100110 100110101 1000010 100101

Color Harmonies of #9F208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F208C

Black with #9F208C

Text Example


Text Example

White with #9F208C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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