#96177D

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

Shades of Dark Purple #96177D

Tints of Dark Purple #96177D

Color information

#96177D (or 0x96177D) is unknown color: approx Dark Purple. HEX triplet: 96, 17 and 7D. RGB value is (150,23,125). Sum of RGB (Red+Green+Blue) = 150+23+125=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96177D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96177D is #69E882. Grayscale: #484848. Windows color (decimal): -6940803 or 8198038. OLE color: 8198038.

HSL color Cylindrical-coordinate representation of color #96177D: hue angle of 311.81º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96177D is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15023125-
CMYK00.850.170.41
HSL311.81º73.41%33.92%-
HSV(B)311.81º84.67%58.82%-
XYZ16.598.5820.18-
YUV72.6157.58183.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 23 (9.38% from 255) = 7.72%
BLUE value IS 125 (49.22% from 255) = 41.95%
R=50.34%
G=7.72%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502312500.850.170.41311.8173.4133.92
Hex96177D05511291384922
Octal226271750125215147011142
Binary1001011010111111110101010101100011010011001110001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96177D; }

 p { color: rgb(150,23,125); }

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

<style>
 a { background-color: #96177D; }

 a { background-color: rgb(150,23,125); }

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

<style>
 span { border-color: #96177D; }

 span { border-color: rgb(150,23,125); }

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