#962F8D

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

Shades of Dark Purple #962F8D

Tints of Dark Purple #962F8D

Color information

#962F8D (or 0x962F8D) is unknown color: approx Dark Purple. HEX triplet: 96, 2F and 8D. RGB value is (150,47,141). Sum of RGB (Red+Green+Blue) = 150+47+141=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #962F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962F8D is #69D072. Grayscale: #585858. Windows color (decimal): -6934643 or 9252758. OLE color: 9252758.

HSL color Cylindrical-coordinate representation of color #962F8D: hue angle of 305.24º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F8D is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15047141-
CMYK00.690.060.41
HSL305.24º52.28%38.63%-
HSV(B)305.24º68.67%58.82%-
XYZ18.410.4426.24-
YUV88.51157.62171.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 47 (18.75% from 255) = 13.91%
BLUE value IS 141 (55.47% from 255) = 41.72%
R=44.38%
G=13.91%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504714100.690.060.41305.2452.2838.63
Hex962F8D0456291313427
Octal2265721501056514616447
Binary100101101011111000110101000101110101001100110001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,47,141); }

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

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

 a { background-color: rgb(150,47,141); }

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

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

 span { border-color: rgb(150,47,141); }

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