#9D2673

Color #9D2673 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9D2673

Tints of Dark Purple #9D2673

Color information

#9D2673 (or 0x9D2673) is unknown color: approx Dark Purple. HEX triplet: 9D, 26 and 73. RGB value is (157,38,115). Sum of RGB (Red+Green+Blue) = 157+38+115=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2673 is #62D98C. Grayscale: #525252. Windows color (decimal): -6478221 or 7546525. OLE color: 7546525.

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

Color convert

RGB15738115-
CMYK00.760.270.38
HSL321.18º61.03%38.24%-
HSV(B)321.18º75.8%61.57%-
XYZ17.699.7917.18-
YUV82.36146.42181.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.65%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 115 (45.31% from 255) = 37.10%
R=50.65%
G=12.26%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573811500.760.270.38321.1861.0338.24
Hex9D267304C1B261413d26
Octal23546163011433465017546
Binary1001110110011011100110100110011011100110101000001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,38,115); }

 H1.HeaderClassName
 {
   color: #9D2673;
 }
 .AnyTagClassName
 {
   color: #9D2673;
 }
</style>
background-color css

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

 a { background-color: rgb(157,38,115); }

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

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

 span { border-color: rgb(157,38,115); }

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