Html Css Color HEX #9F277E Dark Purple

📋 copy color: '#9F277E'

red 159 ◦ green 39 ◦ blue 126

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

Shades of Dark Purple #9F277E

Tints of Dark Purple #9F277E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.04%

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

R = 49.07%
G = 12.04%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F277E (or 0x9F277E) is known color: Dark Purple. HEX triplet: 9F, 27 and 7E. RGB value is (159,39,126). Sum of RGB (Red+Green+Blue) = 159+39+126=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F277E is #60D881. Grayscale: #545454. Windows color (decimal): -6346882 or 8267679. OLE color: 8267679.

HSL color Cylindrical-coordinate representation of color #9F277E: hue angle of 316.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F277E is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 39 126 -
CMYK 0 0.75 0.21 0.38
HSL 316.5º 0.61% 0.39% -
HSV(B) 316.5º 0.75% 0.62% -
XYZ 18.79 10.33 20.74 -
YUV 84.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 159 39 126 0 0.75 0.21 0.38 316.5 0.61 0.39
Hex 9F 27 7E 0 4B 15 26 13C 3D 27
Octal 237 47 176 0 113 25 46 474 75 47
Binary 10011111 100111 1111110 0 1001011 10101 100110 100111100 111101 100111

Color Harmonies of #9F277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F277E

Black with #9F277E

Text Example


Text Example

White with #9F277E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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