#962d8f

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

Shades of Dark Purple #962D8F

Tints of Dark Purple #962D8F

Color information

#962D8F (or 0x962D8F) is unknown color: approx Dark Purple. HEX triplet: 96, 2D and 8F. RGB value is (150,45,143). Sum of RGB (Red+Green+Blue) = 150+45+143=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #962D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962D8F is #69D270. Grayscale: #575757. Windows color (decimal): -6935153 or 9383318. OLE color: 9383318.

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

Color convert

RGB15045143-
CMYK00.700.050.41
HSL304º53.85%38.24%-
HSV(B)304º70%58.82%-
XYZ18.4710.3427.01-
YUV87.57159.29172.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 45 (17.97% from 255) = 13.31%
BLUE value IS 143 (56.25% from 255) = 42.31%
R=44.38%
G=13.31%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504514300.700.050.4130453.8538.24
Hex962D8F0465291303626
Octal2265521701065514606646
Binary100101101011011000111101000110101101001100110000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962d8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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