#96177E

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

Shades of Dark Purple #96177E

Tints of Dark Purple #96177E

Color information

#96177E (or 0x96177E) is unknown color: approx Dark Purple. HEX triplet: 96, 17 and 7E. RGB value is (150,23,126). Sum of RGB (Red+Green+Blue) = 150+23+126=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96177E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96177E is #69E881. Grayscale: #484848. Windows color (decimal): -6940802 or 8263574. OLE color: 8263574.

HSL color Cylindrical-coordinate representation of color #96177E: hue angle of 311.34º 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 #96177E is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15023126-
CMYK00.850.160.41
HSL311.34º73.41%33.92%-
HSV(B)311.34º84.67%58.82%-
XYZ16.658.620.52-
YUV72.72158.08183.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 23 (9.38% from 255) = 7.69%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=50.17%
G=7.69%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502312600.850.160.41311.3473.4133.92
Hex96177E05510291374922
Octal226271760125205146711142
Binary1001011010111111111001010101100001010011001101111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96177E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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