Html Css Color HEX #9F2773 Dark Purple

📋 copy color: '#9F2773'

red 159 ◦ green 39 ◦ blue 115

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

Shades of Dark Purple #9F2773

Tints of Dark Purple #9F2773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.74%

R = 50.8%
G = 12.46%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F2773 (or 0x9F2773) is known color: Dark Purple. HEX triplet: 9F, 27 and 73. RGB value is (159,39,115). Sum of RGB (Red+Green+Blue) = 159+39+115=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2773 is #60D88C. Grayscale: #535353. Windows color (decimal): -6346893 or 7546783. OLE color: 7546783.

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

Color convert

RGB 159 39 115 -
CMYK 0 0.75 0.28 0.38
HSL 322º 0.61% 0.39% -
HSV(B) 322º 0.75% 0.62% -
XYZ 18.12 10.06 17.21 -
YUV 83.54 145.76 181.82 -
System Red Green Blue C M Y K H S L
Decimal 159 39 115 0 0.75 0.28 0.38 322 0.61 0.39
Hex 9F 27 73 0 4B 1C 26 142 3D 27
Octal 237 47 163 0 113 34 46 502 75 47
Binary 10011111 100111 1110011 0 1001011 11100 100110 101000010 111101 100111

Color Harmonies of #9F2773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2773

Black with #9F2773

Text Example


Text Example

White with #9F2773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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