#961773

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

Shades of Dark Purple #961773

Tints of Dark Purple #961773

Color information

#961773 (or 0x961773) is unknown color: approx Dark Purple. HEX triplet: 96, 17 and 73. RGB value is (150,23,115). Sum of RGB (Red+Green+Blue) = 150+23+115=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #961773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961773 is #69E88C. Grayscale: #474747. Windows color (decimal): -6940813 or 7542678. OLE color: 7542678.

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

Color convert

RGB15023115-
CMYK00.850.230.41
HSL316.54º73.41%33.92%-
HSV(B)316.54º84.67%58.82%-
XYZ15.988.3316.99-
YUV71.46152.58184.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 23 (9.38% from 255) = 7.99%
BLUE value IS 115 (45.31% from 255) = 39.93%
R=52.08%
G=7.99%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502311500.850.230.41316.5473.4133.92
Hex961773055172913d4922
Octal226271630125275147511142
Binary1001011010111111001101010101101111010011001111011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961773; }

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

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

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

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

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

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

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

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