#9D2696

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

Shades of Dark Purple #9D2696

Tints of Dark Purple #9D2696

Color information

#9D2696 (or 0x9D2696) is unknown color: approx Dark Purple. HEX triplet: 9D, 26 and 96. RGB value is (157,38,150). Sum of RGB (Red+Green+Blue) = 157+38+150=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2696 is #62D969. Grayscale: #565656. Windows color (decimal): -6478186 or 9840285. OLE color: 9840285.

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

Color convert

RGB15738150-
CMYK00.760.040.38
HSL303.53º61.03%38.24%-
HSV(B)303.53º75.8%61.57%-
XYZ20.110.7629.87-
YUV86.35163.92178.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 38 (15.23% from 255) = 11.01%
BLUE value IS 150 (58.98% from 255) = 43.48%
R=45.51%
G=11.01%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573815000.760.040.38303.5361.0338.24
Hex9D269604C4261303d26
Octal2354622601144464607546
Binary100111011001101001011001001100100100110100110000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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