#97266C

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

Shades of Dark Purple #97266C

Tints of Dark Purple #97266C

Color information

#97266C (or 0x97266C) is unknown color: approx Dark Purple. HEX triplet: 97, 26 and 6C. RGB value is (151,38,108). Sum of RGB (Red+Green+Blue) = 151+38+108=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #97266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97266C is #68D993. Grayscale: #4F4F4F. Windows color (decimal): -6871444 or 7087767. OLE color: 7087767.

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

Color convert

RGB15138108-
CMYK00.750.280.41
HSL322.83º59.79%37.06%-
HSV(B)322.83º74.83%59.22%-
XYZ16.169.0515.08-
YUV79.77143.94178.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.84%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=50.84%
G=12.79%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513810800.750.280.41322.8359.7937.06
Hex97266C04B1C291433c25
Octal22746154011334515037445
Binary1001011110011011011000100101111100101001101000011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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