#9D227B

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

Shades of Dark Purple #9D227B

Tints of Dark Purple #9D227B

Color information

#9D227B (or 0x9D227B) is unknown color: approx Dark Purple. HEX triplet: 9D, 22 and 7B. RGB value is (157,34,123). Sum of RGB (Red+Green+Blue) = 157+34+123=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D227B is #62DD84. Grayscale: #505050. Windows color (decimal): -6479237 or 8069789. OLE color: 8069789.

HSL color Cylindrical-coordinate representation of color #9D227B: hue angle of 316.59º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D227B is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB15734123-
CMYK00.780.220.38
HSL316.59º64.4%37.45%-
HSV(B)316.59º78.34%61.57%-
XYZ18.059.7419.67-
YUV80.92151.75182.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 10.83%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=50%
G=10.83%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573412300.780.220.38316.5964.437.45
Hex9D227B04E162613d4025
Octal235421730116264647510045
Binary10011101100010111101101001110101101001101001111011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,34,123); }

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

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

 a { background-color: rgb(157,34,123); }

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

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

 span { border-color: rgb(157,34,123); }

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