#97228F

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

Shades of Dark Purple #97228F

Tints of Dark Purple #97228F

Color information

#97228F (or 0x97228F) is unknown color: approx Dark Purple. HEX triplet: 97, 22 and 8F. RGB value is (151,34,143). Sum of RGB (Red+Green+Blue) = 151+34+143=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #97228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97228F is #68DD70. Grayscale: #515151. Windows color (decimal): -6872433 or 9380503. OLE color: 9380503.

HSL color Cylindrical-coordinate representation of color #97228F: hue angle of 304.1º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #97228F is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15134143-
CMYK00.770.050.41
HSL304.1º63.24%36.27%-
HSV(B)304.1º77.48%59.22%-
XYZ18.299.7126.9-
YUV81.41162.76177.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 46.04%
GREEN value IS 34 (13.67% from 255) = 10.37%
BLUE value IS 143 (56.25% from 255) = 43.60%
R=46.04%
G=10.37%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513414300.770.050.41304.163.2436.27
Hex97228F04D5291303f24
Octal2274221701155514607744
Binary100101111000101000111101001101101101001100110000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97228F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97228F; }

 p { color: rgb(151,34,143); }

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

<style>
 a { background-color: #97228F; }

 a { background-color: rgb(151,34,143); }

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

<style>
 span { border-color: #97228F; }

 span { border-color: rgb(151,34,143); }

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