#962D6D

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

Shades of Dark Purple #962D6D

Tints of Dark Purple #962D6D

Color information

#962D6D (or 0x962D6D) is unknown color: approx Dark Purple. HEX triplet: 96, 2D and 6D. RGB value is (150,45,109). Sum of RGB (Red+Green+Blue) = 150+45+109=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #962D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962D6D is #69D292. Grayscale: #535353. Windows color (decimal): -6935187 or 7155094. OLE color: 7155094.

HSL color Cylindrical-coordinate representation of color #962D6D: hue angle of 323.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D6D is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15045109-
CMYK00.700.270.41
HSL323.43º53.85%38.24%-
HSV(B)323.43º70%58.82%-
XYZ16.289.4615.44-
YUV83.69142.29175.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 45 (17.97% from 255) = 14.80%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=49.34%
G=14.80%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504510900.700.270.41323.4353.8538.24
Hex962D6D0461B291433626
Octal22655155010633515036646
Binary1001011010110111011010100011011011101001101000011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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