#96187A

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

Shades of Dark Purple #96187A

Tints of Dark Purple #96187A

Color information

#96187A (or 0x96187A) is unknown color: approx Dark Purple. HEX triplet: 96, 18 and 7A. RGB value is (150,24,122). Sum of RGB (Red+Green+Blue) = 150+24+122=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96187A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96187A is #69E785. Grayscale: #484848. Windows color (decimal): -6940550 or 8001686. OLE color: 8001686.

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

Color convert

RGB15024122-
CMYK00.840.190.41
HSL313.33º72.41%34.12%-
HSV(B)313.33º84%58.82%-
XYZ16.428.5419.2-
YUV72.85155.74183.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 24 (9.77% from 255) = 8.11%
BLUE value IS 122 (48.05% from 255) = 41.22%
R=50.68%
G=8.11%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502412200.840.190.41313.3372.4134.12
Hex96187A05413291394822
Octal226301720124235147111042
Binary1001011011000111101001010100100111010011001110011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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