#961A6D

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

Shades of Dark Purple #961A6D

Tints of Dark Purple #961A6D

Color information

#961A6D (or 0x961A6D) is unknown color: approx Dark Purple. HEX triplet: 96, 1A and 6D. RGB value is (150,26,109). Sum of RGB (Red+Green+Blue) = 150+26+109=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #961A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961A6D is #69E592. Grayscale: #484848. Windows color (decimal): -6940051 or 7150230. OLE color: 7150230.

HSL color Cylindrical-coordinate representation of color #961A6D: hue angle of 319.84º 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 #961A6D is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15026109-
CMYK00.830.270.41
HSL319.84º70.45%34.51%-
HSV(B)319.84º82.67%58.82%-
XYZ15.718.3315.25-
YUV72.54148.58183.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=52.63%
G=9.12%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502610900.830.270.41319.8470.4534.51
Hex961A6D0531B291404623
Octal226321550123335150010643
Binary1001011011010110110101010011110111010011010000001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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