Html Css Color HEX #9F207E Dark Purple

📋 copy color: '#9F207E'

red 159 ◦ green 32 ◦ blue 126

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

Shades of Dark Purple #9F207E

Tints of Dark Purple #9F207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.75%

R = 50.16%
G = 10.09%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F207E (or 0x9F207E) is known color: Dark Purple. HEX triplet: 9F, 20 and 7E. RGB value is (159,32,126). Sum of RGB (Red+Green+Blue) = 159+32+126=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F207E is #60DF81. Grayscale: #505050. Windows color (decimal): -6348674 or 8265887. OLE color: 8265887.

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

Color convert

RGB 159 32 126 -
CMYK 0 0.80 0.21 0.38
HSL 315.59º 0.66% 0.37% -
HSV(B) 315.59º 0.8% 0.62% -
XYZ 18.58 9.91 20.67 -
YUV 80.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 159 32 126 0 0.80 0.21 0.38 315.59 0.66 0.37
Hex 9F 20 7E 0 50 15 26 13C 42 25
Octal 237 40 176 0 120 25 46 474 102 45
Binary 10011111 100000 1111110 0 1010000 10101 100110 100111100 1000010 100101

Color Harmonies of #9F207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F207E

Black with #9F207E

Text Example


Text Example

White with #9F207E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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