#962D88

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

Shades of Dark Purple #962D88

Tints of Dark Purple #962D88

Color information

#962D88 (or 0x962D88) is unknown color: approx Dark Purple. HEX triplet: 96, 2D and 88. RGB value is (150,45,136). Sum of RGB (Red+Green+Blue) = 150+45+136=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #962D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962D88 is #69D277. Grayscale: #565656. Windows color (decimal): -6935160 or 8924566. OLE color: 8924566.

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

Color convert

RGB15045136-
CMYK00.700.090.41
HSL308º53.85%38.24%-
HSV(B)308º70%58.82%-
XYZ17.9610.1424.3-
YUV86.77155.79173.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 45 (17.97% from 255) = 13.60%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=45.32%
G=13.60%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504513600.700.090.4130853.8538.24
Hex962D880469291343626
Octal22655210010611514646646
Binary1001011010110110001000010001101001101001100110100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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