#96277A

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

Shades of Dark Purple #96277A

Tints of Dark Purple #96277A

Color information

#96277A (or 0x96277A) is unknown color: approx Dark Purple. HEX triplet: 96, 27 and 7A. RGB value is (150,39,122). Sum of RGB (Red+Green+Blue) = 150+39+122=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96277A is #69D885. Grayscale: #515151. Windows color (decimal): -6936710 or 8005526. OLE color: 8005526.

HSL color Cylindrical-coordinate representation of color #96277A: hue angle of 315.14º 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 #96277A is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15039122-
CMYK00.740.190.41
HSL315.14º58.73%37.06%-
HSV(B)315.14º74%58.82%-
XYZ16.829.3419.33-
YUV81.65150.77176.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 39 (15.62% from 255) = 12.54%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=48.23%
G=12.54%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503912200.740.190.41315.1458.7337.06
Hex96277A04A132913b3b25
Octal22647172011223514737345
Binary1001011010011111110100100101010011101001100111011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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