#962C8E

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

Shades of Dark Purple #962C8E

Tints of Dark Purple #962C8E

Color information

#962C8E (or 0x962C8E) is unknown color: approx Dark Purple. HEX triplet: 96, 2C and 8E. RGB value is (150,44,142). Sum of RGB (Red+Green+Blue) = 150+44+142=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #962C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962C8E is #69D371. Grayscale: #565656. Windows color (decimal): -6935410 or 9317526. OLE color: 9317526.

HSL color Cylindrical-coordinate representation of color #962C8E: hue angle of 304.53º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C8E is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15044142-
CMYK00.710.050.41
HSL304.53º54.64%38.04%-
HSV(B)304.53º70.67%58.82%-
XYZ18.3610.2426.6-
YUV86.87159.12173.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 44 (17.58% from 255) = 13.10%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=44.64%
G=13.10%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504414200.710.050.41304.5354.6438.04
Hex962C8E0475291313726
Octal2265421601075514616746
Binary100101101011001000111001000111101101001100110001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,44,142); }

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

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

 a { background-color: rgb(150,44,142); }

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

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

 span { border-color: rgb(150,44,142); }

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