#960A7B

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

Shades of Dark Purple #960A7B

Tints of Dark Purple #960A7B

Color information

#960A7B (or 0x960A7B) is unknown color: approx Dark Purple. HEX triplet: 96, 0A and 7B. RGB value is (150,10,123). Sum of RGB (Red+Green+Blue) = 150+10+123=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #960A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960A7B is #69F584. Grayscale: #404040. Windows color (decimal): -6944133 or 8063638. OLE color: 8063638.

HSL color Cylindrical-coordinate representation of color #960A7B: hue angle of 311.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960A7B is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15010123-
CMYK00.930.180.41
HSL311.57º87.5%31.37%-
HSV(B)311.57º93.33%58.82%-
XYZ16.268.1319.45-
YUV64.74160.88188.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 10 (4.30% from 255) = 3.53%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=53.00%
G=3.53%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501012300.930.180.41311.5787.531.37
Hex96A7B05D1229138581f
Octal226121730135225147013037
Binary10010110101011110110101110110010101001100111000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960A7B; }

 p { color: rgb(150,10,123); }

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

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

 a { background-color: rgb(150,10,123); }

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

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

 span { border-color: rgb(150,10,123); }

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