#97348C

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

Shades of Dark Purple #97348C

Tints of Dark Purple #97348C

Color information

#97348C (or 0x97348C) is unknown color: approx Dark Purple. HEX triplet: 97, 34 and 8C. RGB value is (151,52,140). Sum of RGB (Red+Green+Blue) = 151+52+140=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #97348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97348C is #68CB73. Grayscale: #5B5B5B. Windows color (decimal): -6867828 or 9188503. OLE color: 9188503.

HSL color Cylindrical-coordinate representation of color #97348C: hue angle of 306.67º degrees, saturation: 0.49, 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 #97348C is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15152140-
CMYK00.660.070.41
HSL306.67º48.77%39.8%-
HSV(B)306.67º65.56%59.22%-
XYZ18.7210.9325.93-
YUV91.63155.3170.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.02%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=44.02%
G=15.16%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515214000.660.070.41306.6748.7739.8
Hex97348C0427291333128
Octal2276421401027514636150
Binary100101111101001000110001000010111101001100110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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