#973388

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

Shades of Dark Purple #973388

Tints of Dark Purple #973388

Color information

#973388 (or 0x973388) is unknown color: approx Dark Purple. HEX triplet: 97, 33 and 88. RGB value is (151,51,136). Sum of RGB (Red+Green+Blue) = 151+51+136=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #973388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973388 is #68CC77. Grayscale: #5A5A5A. Windows color (decimal): -6868088 or 8926103. OLE color: 8926103.

HSL color Cylindrical-coordinate representation of color #973388: hue angle of 309º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #973388 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB15151136-
CMYK00.660.100.41
HSL309º49.5%39.61%-
HSV(B)309º66.23%59.22%-
XYZ18.3910.7224.39-
YUV90.59153.63171.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.67%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=44.67%
G=15.09%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515113600.660.100.4130949.539.61
Hex973388042A291353228
Octal22763210010212514656250
Binary1001011111001110001000010000101010101001100110101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973388; }

 p { color: rgb(151,51,136); }

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

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

 a { background-color: rgb(151,51,136); }

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

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

 span { border-color: rgb(151,51,136); }

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