#97256C

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

Shades of Dark Purple #97256C

Tints of Dark Purple #97256C

Color information

#97256C (or 0x97256C) is unknown color: approx Dark Purple. HEX triplet: 97, 25 and 6C. RGB value is (151,37,108). Sum of RGB (Red+Green+Blue) = 151+37+108=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #97256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97256C is #68DA93. Grayscale: #4F4F4F. Windows color (decimal): -6871700 or 7087511. OLE color: 7087511.

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

Color convert

RGB15137108-
CMYK00.750.280.41
HSL322.63º60.64%36.86%-
HSV(B)322.63º75.5%59.22%-
XYZ16.138.9915.07-
YUV79.18144.27179.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.01%
GREEN value IS 37 (14.84% from 255) = 12.5%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=51.01%
G=12.5%
B=36.49%

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
Decimal1513710800.750.280.41322.6360.6436.86
Hex97256C04B1C291433d25
Octal22745154011334515037545
Binary1001011110010111011000100101111100101001101000011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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