#961F7D

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

Shades of Dark Purple #961F7D

Tints of Dark Purple #961F7D

Color information

#961F7D (or 0x961F7D) is unknown color: approx Dark Purple. HEX triplet: 96, 1F and 7D. RGB value is (150,31,125). Sum of RGB (Red+Green+Blue) = 150+31+125=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #961F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961F7D is #69E082. Grayscale: #4D4D4D. Windows color (decimal): -6938755 or 8200086. OLE color: 8200086.

HSL color Cylindrical-coordinate representation of color #961F7D: hue angle of 312.61º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F7D is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15031125-
CMYK00.790.170.41
HSL312.61º65.75%35.49%-
HSV(B)312.61º79.33%58.82%-
XYZ16.778.9420.24-
YUV77.3154.92179.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 31 (12.5% from 255) = 10.13%
BLUE value IS 125 (49.22% from 255) = 40.85%
R=49.02%
G=10.13%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503112500.790.170.41312.6165.7535.49
Hex961F7D04F11291394223
Octal226371750117215147110243
Binary1001011011111111110101001111100011010011001110011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,31,125); }

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

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

 a { background-color: rgb(150,31,125); }

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

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

 span { border-color: rgb(150,31,125); }

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