#961E8D

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

Shades of Dark Purple #961E8D

Tints of Dark Purple #961E8D

Color information

#961E8D (or 0x961E8D) is unknown color: approx Dark Purple. HEX triplet: 96, 1E and 8D. RGB value is (150,30,141). Sum of RGB (Red+Green+Blue) = 150+30+141=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #961E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961E8D is #69E172. Grayscale: #4E4E4E. Windows color (decimal): -6938995 or 9248406. OLE color: 9248406.

HSL color Cylindrical-coordinate representation of color #961E8D: hue angle of 304.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #961E8D is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15030141-
CMYK00.800.060.41
HSL304.5º66.67%35.29%-
HSV(B)304.5º80%58.82%-
XYZ17.859.3426.06-
YUV78.53163.26178.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 30 (12.11% from 255) = 9.35%
BLUE value IS 141 (55.47% from 255) = 43.93%
R=46.73%
G=9.35%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503014100.800.060.41304.566.6735.29
Hex961E8D0506291304323
Octal22636215012065146010343
Binary100101101111010001101010100001101010011001100001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961E8D; }

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

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

<style>
 a { background-color: #961E8D; }

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

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

<style>
 span { border-color: #961E8D; }

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

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