Html Css Color HEX #9F207F Dark Purple

📋 copy color: '#9F207F'

red 159 ◦ green 32 ◦ blue 127

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

Shades of Dark Purple #9F207F

Tints of Dark Purple #9F207F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.94%

R = 50%
G = 10.06%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F207F (or 0x9F207F) is known color: Dark Purple. HEX triplet: 9F, 20 and 7F. RGB value is (159,32,127). Sum of RGB (Red+Green+Blue) = 159+32+127=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F207F is #60DF80. Grayscale: #505050. Windows color (decimal): -6348673 or 8331423. OLE color: 8331423.

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

Color convert

RGB 159 32 127 -
CMYK 0 0.80 0.20 0.38
HSL 315.12º 0.66% 0.37% -
HSV(B) 315.12º 0.8% 0.62% -
XYZ 18.65 9.94 21.01 -
YUV 80.8 154.08 183.78 -
System Red Green Blue C M Y K H S L
Decimal 159 32 127 0 0.80 0.20 0.38 315.12 0.66 0.37
Hex 9F 20 7F 0 50 14 26 13B 42 25
Octal 237 40 177 0 120 24 46 473 102 45
Binary 10011111 100000 1111111 0 1010000 10100 100110 100111011 1000010 100101

Color Harmonies of #9F207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F207F

Black with #9F207F

Text Example


Text Example

White with #9F207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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