#97258D

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

Shades of Dark Purple #97258D

Tints of Dark Purple #97258D

Color information

#97258D (or 0x97258D) is unknown color: approx Dark Purple. HEX triplet: 97, 25 and 8D. RGB value is (151,37,141). Sum of RGB (Red+Green+Blue) = 151+37+141=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #97258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97258D is #68DA72. Grayscale: #525252. Windows color (decimal): -6871667 or 9250199. OLE color: 9250199.

HSL color Cylindrical-coordinate representation of color #97258D: hue angle of 305.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97258D is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15137141-
CMYK00.750.070.41
HSL305.26º60.64%36.86%-
HSV(B)305.26º75.5%59.22%-
XYZ18.239.8326.13-
YUV82.94160.77176.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 37 (14.84% from 255) = 11.25%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=45.90%
G=11.25%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513714100.750.070.41305.2660.6436.86
Hex97258D04B7291313d25
Octal2274521501137514617545
Binary100101111001011000110101001011111101001100110001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97258D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97258D; }

 p { color: rgb(151,37,141); }

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

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

 a { background-color: rgb(151,37,141); }

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

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

 span { border-color: rgb(151,37,141); }

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