#97227B

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

Shades of Dark Purple #97227B

Tints of Dark Purple #97227B

Color information

#97227B (or 0x97227B) is unknown color: approx Dark Purple. HEX triplet: 97, 22 and 7B. RGB value is (151,34,123). Sum of RGB (Red+Green+Blue) = 151+34+123=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #97227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97227B is #68DD84. Grayscale: #4E4E4E. Windows color (decimal): -6872453 or 8069783. OLE color: 8069783.

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

Color convert

RGB15134123-
CMYK00.770.190.41
HSL314.36º63.24%36.27%-
HSV(B)314.36º77.48%59.22%-
XYZ16.919.1519.61-
YUV79.13152.76179.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.03%
GREEN value IS 34 (13.67% from 255) = 11.04%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=49.03%
G=11.04%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513412300.770.190.41314.3663.2436.27
Hex97227B04D132913a3f24
Octal22742173011523514727744
Binary1001011110001011110110100110110011101001100111010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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