#96278A

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

Shades of Dark Purple #96278A

Tints of Dark Purple #96278A

Color information

#96278A (or 0x96278A) is unknown color: approx Dark Purple. HEX triplet: 96, 27 and 8A. RGB value is (150,39,138). Sum of RGB (Red+Green+Blue) = 150+39+138=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96278A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96278A is #69D875. Grayscale: #535353. Windows color (decimal): -6936694 or 9054102. OLE color: 9054102.

HSL color Cylindrical-coordinate representation of color #96278A: hue angle of 306.49º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96278A is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB15039138-
CMYK00.740.080.41
HSL306.49º58.73%37.06%-
HSV(B)306.49º74%58.82%-
XYZ17.899.7724.99-
YUV83.48158.77175.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=45.87%
G=11.93%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503913800.740.080.41306.4958.7337.06
Hex96278A04A8291323b25
Octal22647212011210514627345
Binary1001011010011110001010010010101000101001100110010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,39,138); }

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

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

 a { background-color: rgb(150,39,138); }

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

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

 span { border-color: rgb(150,39,138); }

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