#97348B

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

Shades of Dark Purple #97348B

Tints of Dark Purple #97348B

Color information

#97348B (or 0x97348B) is unknown color: approx Dark Purple. HEX triplet: 97, 34 and 8B. RGB value is (151,52,139). Sum of RGB (Red+Green+Blue) = 151+52+139=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #97348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97348B is #68CB74. Grayscale: #5B5B5B. Windows color (decimal): -6867829 or 9122967. OLE color: 9122967.

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

Color convert

RGB15152139-
CMYK00.660.080.41
HSL307.27º48.77%39.8%-
HSV(B)307.27º65.56%59.22%-
XYZ18.6510.925.55-
YUV91.52154.8170.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.15%
GREEN value IS 52 (20.70% from 255) = 15.20%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=44.15%
G=15.20%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515213900.660.080.41307.2748.7739.8
Hex97348B0428291333128
Octal22764213010210514636150
Binary1001011111010010001011010000101000101001100110011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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