#962D83

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

Shades of Dark Purple #962D83

Tints of Dark Purple #962D83

Color information

#962D83 (or 0x962D83) is unknown color: approx Dark Purple. HEX triplet: 96, 2D and 83. RGB value is (150,45,131). Sum of RGB (Red+Green+Blue) = 150+45+131=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #962D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962D83 is #69D27C. Grayscale: #555555. Windows color (decimal): -6935165 or 8596886. OLE color: 8596886.

HSL color Cylindrical-coordinate representation of color #962D83: hue angle of 310.86º 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 #962D83 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15045131-
CMYK00.700.130.41
HSL310.86º53.85%38.24%-
HSV(B)310.86º70%58.82%-
XYZ17.611022.47-
YUV86.2153.29173.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 45 (17.97% from 255) = 13.80%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=46.01%
G=13.80%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504513100.700.130.41310.8653.8538.24
Hex962D83046D291373626
Octal22655203010615514676646
Binary1001011010110110000011010001101101101001100110111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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