#962A73

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

Shades of Dark Purple #962A73

Tints of Dark Purple #962A73

Color information

#962A73 (or 0x962A73) is unknown color: approx Dark Purple. HEX triplet: 96, 2A and 73. RGB value is (150,42,115). Sum of RGB (Red+Green+Blue) = 150+42+115=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #962A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962A73 is #69D58C. Grayscale: #525252. Windows color (decimal): -6935949 or 7547542. OLE color: 7547542.

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

Color convert

RGB15042115-
CMYK00.720.230.41
HSL319.44º56.25%37.65%-
HSV(B)319.44º72%58.82%-
XYZ16.59.3817.16-
YUV82.61146.28176.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 42 (16.80% from 255) = 13.68%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=48.86%
G=13.68%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504211500.720.230.41319.4456.2537.65
Hex962A73048172913f3826
Octal22652163011027514777046
Binary1001011010101011100110100100010111101001100111111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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