Html Css Color HEX #9F207C Dark Purple

📋 copy color: '#9F207C'

red 159 ◦ green 32 ◦ blue 124

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

Shades of Dark Purple #9F207C

Tints of Dark Purple #9F207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 50.48%
G = 10.16%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F207C (or 0x9F207C) is known color: Dark Purple. HEX triplet: 9F, 20 and 7C. RGB value is (159,32,124). Sum of RGB (Red+Green+Blue) = 159+32+124=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F207C is #60DF83. Grayscale: #505050. Windows color (decimal): -6348676 or 8134815. OLE color: 8134815.

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

Color convert

RGB 159 32 124 -
CMYK 0 0.80 0.22 0.38
HSL 316.54º 0.66% 0.37% -
HSV(B) 316.54º 0.8% 0.62% -
XYZ 18.45 9.86 20 -
YUV 80.46 152.58 184.02 -
System Red Green Blue C M Y K H S L
Decimal 159 32 124 0 0.80 0.22 0.38 316.54 0.66 0.37
Hex 9F 20 7C 0 50 16 26 13D 42 25
Octal 237 40 174 0 120 26 46 475 102 45
Binary 10011111 100000 1111100 0 1010000 10110 100110 100111101 1000010 100101

Color Harmonies of #9F207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F207C

Black with #9F207C

Text Example


Text Example

White with #9F207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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