#961E6F

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

Shades of Dark Purple #961E6F

Tints of Dark Purple #961E6F

Color information

#961E6F (or 0x961E6F) is unknown color: approx Dark Purple. HEX triplet: 96, 1E and 6F. RGB value is (150,30,111). Sum of RGB (Red+Green+Blue) = 150+30+111=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #961E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961E6F is #69E190. Grayscale: #4A4A4A. Windows color (decimal): -6939025 or 7282326. OLE color: 7282326.

HSL color Cylindrical-coordinate representation of color #961E6F: hue angle of 319.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 #961E6F is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15030111-
CMYK00.800.260.41
HSL319.5º66.67%35.29%-
HSV(B)319.5º80%58.82%-
XYZ15.918.5615.85-
YUV75.11148.26181.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 30 (12.11% from 255) = 10.31%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=51.55%
G=10.31%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503011100.800.260.41319.566.6735.29
Hex961E6F0501A291404323
Octal226361570120325150010343
Binary1001011011110110111101010000110101010011010000001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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