#97328C

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

Shades of Dark Purple #97328C

Tints of Dark Purple #97328C

Color information

#97328C (or 0x97328C) is unknown color: approx Dark Purple. HEX triplet: 97, 32 and 8C. RGB value is (151,50,140). Sum of RGB (Red+Green+Blue) = 151+50+140=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #97328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97328C is #68CD73. Grayscale: #5A5A5A. Windows color (decimal): -6868340 or 9187991. OLE color: 9187991.

HSL color Cylindrical-coordinate representation of color #97328C: hue angle of 306.53º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #97328C is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15150140-
CMYK00.670.070.41
HSL306.53º50.25%39.41%-
HSV(B)306.53º66.89%59.22%-
XYZ18.6410.7525.9-
YUV90.46155.96171.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=44.28%
G=14.66%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515014000.670.070.41306.5350.2539.41
Hex97328C0437291333227
Octal2276221401037514636247
Binary100101111100101000110001000011111101001100110011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97328C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97328C; }

 p { color: rgb(151,50,140); }

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

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

 a { background-color: rgb(151,50,140); }

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

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

 span { border-color: rgb(151,50,140); }

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