#96236E

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

Shades of Dark Purple #96236E

Tints of Dark Purple #96236E

Color information

#96236E (or 0x96236E) is unknown color: approx Dark Purple. HEX triplet: 96, 23 and 6E. RGB value is (150,35,110). Sum of RGB (Red+Green+Blue) = 150+35+110=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96236E is #69DC91. Grayscale: #4D4D4D. Windows color (decimal): -6937746 or 7218070. OLE color: 7218070.

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

Color convert

RGB15035110-
CMYK00.770.270.41
HSL320.87º62.16%36.27%-
HSV(B)320.87º76.67%58.82%-
XYZ15.998.8115.61-
YUV77.94146.1179.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 35 (14.06% from 255) = 11.86%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=50.85%
G=11.86%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503511000.770.270.41320.8762.1636.27
Hex96236E04D1B291413e24
Octal22643156011533515017644
Binary1001011010001111011100100110111011101001101000001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,35,110); }

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

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

 a { background-color: rgb(150,35,110); }

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

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

 span { border-color: rgb(150,35,110); }

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