#9D228D

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

Shades of Dark Purple #9D228D

Tints of Dark Purple #9D228D

Color information

#9D228D (or 0x9D228D) is unknown color: approx Dark Purple. HEX triplet: 9D, 22 and 8D. RGB value is (157,34,141). Sum of RGB (Red+Green+Blue) = 157+34+141=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D228D is #62DD72. Grayscale: #525252. Windows color (decimal): -6479219 or 9249437. OLE color: 9249437.

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

Color convert

RGB15734141-
CMYK00.780.100.38
HSL307.8º64.4%37.45%-
HSV(B)307.8º78.34%61.57%-
XYZ19.2810.2426.16-
YUV82.98160.75180.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.29%
GREEN value IS 34 (13.67% from 255) = 10.24%
BLUE value IS 141 (55.47% from 255) = 42.47%
R=47.29%
G=10.24%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573414100.780.100.38307.864.437.45
Hex9D228D04EA261344025
Octal235422150116124646410045
Binary10011101100010100011010100111010101001101001101001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D228D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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