#97188A

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

Shades of Dark Purple #97188A

Tints of Dark Purple #97188A

Color information

#97188A (or 0x97188A) is unknown color: approx Dark Purple. HEX triplet: 97, 18 and 8A. RGB value is (151,24,138). Sum of RGB (Red+Green+Blue) = 151+24+138=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #97188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97188A is #68E775. Grayscale: #4A4A4A. Windows color (decimal): -6874998 or 9050263. OLE color: 9050263.

HSL color Cylindrical-coordinate representation of color #97188A: hue angle of 306.14º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #97188A is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15124138-
CMYK00.840.090.41
HSL306.14º72.57%34.31%-
HSV(B)306.14º84.11%59.22%-
XYZ17.689.0724.86-
YUV74.97163.58182.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 24 (9.77% from 255) = 7.67%
BLUE value IS 138 (54.30% from 255) = 44.09%
R=48.24%
G=7.67%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1512413800.840.090.41306.1472.5734.31
Hex97188A0549291324922
Octal227302120124115146211142
Binary1001011111000100010100101010010011010011001100101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97188A; }

 p { color: rgb(151,24,138); }

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

<style>
 a { background-color: #97188A; }

 a { background-color: rgb(151,24,138); }

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

<style>
 span { border-color: #97188A; }

 span { border-color: rgb(151,24,138); }

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