#97266E

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

Shades of Dark Purple #97266E

Tints of Dark Purple #97266E

Color information

#97266E (or 0x97266E) is unknown color: approx Dark Purple. HEX triplet: 97, 26 and 6E. RGB value is (151,38,110). Sum of RGB (Red+Green+Blue) = 151+38+110=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #97266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97266E is #68D991. Grayscale: #4F4F4F. Windows color (decimal): -6871442 or 7218839. OLE color: 7218839.

HSL color Cylindrical-coordinate representation of color #97266E: hue angle of 321.77º degrees, saturation: 0.6, 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 #97266E is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15138110-
CMYK00.750.270.41
HSL321.77º59.79%37.06%-
HSV(B)321.77º74.83%59.22%-
XYZ16.279.0915.65-
YUV80144.94178.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=50.50%
G=12.71%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513811000.750.270.41321.7759.7937.06
Hex97266E04B1B291423c25
Octal22746156011333515027445
Binary1001011110011011011100100101111011101001101000010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97266E; }

 p { color: rgb(151,38,110); }

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

<style>
 a { background-color: #97266E; }

 a { background-color: rgb(151,38,110); }

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

<style>
 span { border-color: #97266E; }

 span { border-color: rgb(151,38,110); }

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