#9D2684

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

Shades of Dark Purple #9D2684

Tints of Dark Purple #9D2684

Color information

#9D2684 (or 0x9D2684) is unknown color: approx Dark Purple. HEX triplet: 9D, 26 and 84. RGB value is (157,38,132). Sum of RGB (Red+Green+Blue) = 157+38+132=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2684 is #62D97B. Grayscale: #545454. Windows color (decimal): -6478204 or 8660637. OLE color: 8660637.

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

Color convert

RGB15738132-
CMYK00.760.160.38
HSL312.61º61.03%38.24%-
HSV(B)312.61º75.8%61.57%-
XYZ18.7610.2222.81-
YUV84.3154.92179.86-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.01%
GREEN value IS 38 (15.23% from 255) = 11.62%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=48.01%
G=11.62%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573813200.760.160.38312.6161.0338.24
Hex9D268404C10261393d26
Octal23546204011420464717546
Binary10011101100110100001000100110010000100110100111001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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