#9D257B

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

Shades of Dark Purple #9D257B

Tints of Dark Purple #9D257B

Color information

#9D257B (or 0x9D257B) is unknown color: approx Dark Purple. HEX triplet: 9D, 25 and 7B. RGB value is (157,37,123). Sum of RGB (Red+Green+Blue) = 157+37+123=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D257B is #62DA84. Grayscale: #525252. Windows color (decimal): -6478469 or 8070557. OLE color: 8070557.

HSL color Cylindrical-coordinate representation of color #9D257B: hue angle of 317º degrees, saturation: 0.62, 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 #9D257B is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB15737123-
CMYK00.760.220.38
HSL317º61.86%38.04%-
HSV(B)317º76.43%61.57%-
XYZ18.149.9219.7-
YUV82.68150.76181.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.53%
GREEN value IS 37 (14.84% from 255) = 11.67%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=49.53%
G=11.67%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573712300.760.220.3831761.8638.04
Hex9D257B04C162613d3e26
Octal23545173011426464757646
Binary1001110110010111110110100110010110100110100111101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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