#97236A

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

Shades of Dark Purple #97236A

Tints of Dark Purple #97236A

Color information

#97236A (or 0x97236A) is unknown color: approx Dark Purple. HEX triplet: 97, 23 and 6A. RGB value is (151,35,106). Sum of RGB (Red+Green+Blue) = 151+35+106=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #97236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97236A is #68DC95. Grayscale: #4D4D4D. Windows color (decimal): -6872214 or 6955927. OLE color: 6955927.

HSL color Cylindrical-coordinate representation of color #97236A: hue angle of 323.28º degrees, saturation: 0.62, 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 #97236A is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15135106-
CMYK00.770.300.41
HSL323.28º62.37%36.47%-
HSV(B)323.28º76.82%59.22%-
XYZ15.978.8214.5-
YUV77.78143.93180.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.71%
GREEN value IS 35 (14.06% from 255) = 11.99%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=51.71%
G=11.99%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513510600.770.300.41323.2862.3736.47
Hex97236A04D1E291433e24
Octal22743152011536515037644
Binary1001011110001111010100100110111110101001101000011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97236A; }

 p { color: rgb(151,35,106); }

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

<style>
 a { background-color: #97236A; }

 a { background-color: rgb(151,35,106); }

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

<style>
 span { border-color: #97236A; }

 span { border-color: rgb(151,35,106); }

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