#961F8D

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

Shades of Dark Purple #961F8D

Tints of Dark Purple #961F8D

Color information

#961F8D (or 0x961F8D) is unknown color: approx Dark Purple. HEX triplet: 96, 1F and 8D. RGB value is (150,31,141). Sum of RGB (Red+Green+Blue) = 150+31+141=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #961F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961F8D is #69E072. Grayscale: #4E4E4E. Windows color (decimal): -6938739 or 9248662. OLE color: 9248662.

HSL color Cylindrical-coordinate representation of color #961F8D: hue angle of 304.54º 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 #961F8D is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15031141-
CMYK00.790.060.41
HSL304.54º65.75%35.49%-
HSV(B)304.54º79.33%58.82%-
XYZ17.889.3926.07-
YUV79.12162.92178.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 31 (12.5% from 255) = 9.63%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=46.58%
G=9.63%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503114100.790.060.41304.5465.7535.49
Hex961F8D04F6291314223
Octal22637215011765146110243
Binary100101101111110001101010011111101010011001100011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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