#9D1285

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

Shades of Dark Purple #9D1285

Tints of Dark Purple #9D1285

Color information

#9D1285 (or 0x9D1285) is unknown color: approx Dark Purple. HEX triplet: 9D, 12 and 85. RGB value is (157,18,133). Sum of RGB (Red+Green+Blue) = 157+18+133=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D1285 is #62ED7A. Grayscale: #484848. Windows color (decimal): -6483323 or 8721053. OLE color: 8721053.

HSL color Cylindrical-coordinate representation of color #9D1285: hue angle of 310.36º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1285 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB15718133-
CMYK00.890.150.38
HSL310.36º79.43%34.31%-
HSV(B)310.36º88.54%61.57%-
XYZ18.359.2923.02-
YUV72.67162.05188.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.97%
GREEN value IS 18 (7.42% from 255) = 5.84%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=50.97%
G=5.84%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571813300.890.150.38310.3679.4334.31
Hex9D1285059F261364f22
Octal235222050131174646611742
Binary1001110110010100001010101100111111001101001101101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,18,133); }

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

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

 a { background-color: rgb(157,18,133); }

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

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

 span { border-color: rgb(157,18,133); }

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