#96137A

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

Shades of Dark Purple #96137A

Tints of Dark Purple #96137A

Color information

#96137A (or 0x96137A) is unknown color: approx Dark Purple. HEX triplet: 96, 13 and 7A. RGB value is (150,19,122). Sum of RGB (Red+Green+Blue) = 150+19+122=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 122 (48.05% from 255 or 41.92% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96137A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96137A is #69EC85. Grayscale: #454545. Windows color (decimal): -6941830 or 8000406. OLE color: 8000406.

HSL color Cylindrical-coordinate representation of color #96137A: hue angle of 312.82º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96137A is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15019122-
CMYK00.870.190.41
HSL312.82º77.51%33.14%-
HSV(B)312.82º87.33%58.82%-
XYZ16.328.3519.16-
YUV69.91157.4185.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 19 (7.81% from 255) = 6.53%
BLUE value IS 122 (48.05% from 255) = 41.92%
R=51.55%
G=6.53%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501912200.870.190.41312.8277.5133.14
Hex96137A05713291394e21
Octal226231720127235147111641
Binary1001011010011111101001010111100111010011001110011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96137A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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