#97298B

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

Shades of Dark Purple #97298B

Tints of Dark Purple #97298B

Color information

#97298B (or 0x97298B) is unknown color: approx Dark Purple. HEX triplet: 97, 29 and 8B. RGB value is (151,41,139). Sum of RGB (Red+Green+Blue) = 151+41+139=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #97298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97298B is #68D674. Grayscale: #545454. Windows color (decimal): -6870645 or 9120151. OLE color: 9120151.

HSL color Cylindrical-coordinate representation of color #97298B: hue angle of 306.55º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97298B is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15141139-
CMYK00.730.080.41
HSL306.55º57.29%37.65%-
HSV(B)306.55º72.85%59.22%-
XYZ18.2210.0325.4-
YUV85.06158.44175.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.62%
GREEN value IS 41 (16.41% from 255) = 12.39%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=45.62%
G=12.39%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1514113900.730.080.41306.5557.2937.65
Hex97298B0498291333926
Octal22751213011110514637146
Binary1001011110100110001011010010011000101001100110011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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