#960D7F

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

Shades of Dark Purple #960D7F

Tints of Dark Purple #960D7F

Color information

#960D7F (or 0x960D7F) is unknown color: approx Dark Purple. HEX triplet: 96, 0D and 7F. RGB value is (150,13,127). Sum of RGB (Red+Green+Blue) = 150+13+127=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #960D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960D7F is #69F280. Grayscale: #424242. Windows color (decimal): -6943361 or 8326550. OLE color: 8326550.

HSL color Cylindrical-coordinate representation of color #960D7F: hue angle of 310.07º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960D7F is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB15013127-
CMYK00.910.150.41
HSL310.07º84.05%31.96%-
HSV(B)310.07º91.33%58.82%-
XYZ16.558.320.81-
YUV66.96161.89187.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 13 (5.47% from 255) = 4.48%
BLUE value IS 127 (50% from 255) = 43.79%
R=51.72%
G=4.48%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501312700.910.150.41310.0784.0531.96
Hex96D7F05BF291365420
Octal226151770133175146612440
Binary10010110110111111110101101111111010011001101101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,13,127); }

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

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

 a { background-color: rgb(150,13,127); }

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

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

 span { border-color: rgb(150,13,127); }

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