#961A73

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

Shades of Dark Purple #961A73

Tints of Dark Purple #961A73

Color information

#961A73 (or 0x961A73) is unknown color: approx Dark Purple. HEX triplet: 96, 1A and 73. RGB value is (150,26,115). Sum of RGB (Red+Green+Blue) = 150+26+115=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #961A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961A73 is #69E58C. Grayscale: #484848. Windows color (decimal): -6940045 or 7543446. OLE color: 7543446.

HSL color Cylindrical-coordinate representation of color #961A73: hue angle of 316.94º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961A73 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15026115-
CMYK00.830.230.41
HSL316.94º70.45%34.51%-
HSV(B)316.94º82.67%58.82%-
XYZ16.048.4617.01-
YUV73.22151.58182.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 26 (10.55% from 255) = 8.93%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=51.55%
G=8.93%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502611500.830.230.41316.9470.4534.51
Hex961A73053172913d4623
Octal226321630123275147510643
Binary1001011011010111001101010011101111010011001111011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961A73; }

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

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

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

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

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

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

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

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