#961F6D

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

Shades of Dark Purple #961F6D

Tints of Dark Purple #961F6D

Color information

#961F6D (or 0x961F6D) is unknown color: approx Dark Purple. HEX triplet: 96, 1F and 6D. RGB value is (150,31,109). Sum of RGB (Red+Green+Blue) = 150+31+109=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #961F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961F6D is #69E092. Grayscale: #4B4B4B. Windows color (decimal): -6938771 or 7151510. OLE color: 7151510.

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

Color convert

RGB15031109-
CMYK00.790.270.41
HSL320.67º65.75%35.49%-
HSV(B)320.67º79.33%58.82%-
XYZ15.838.5715.29-
YUV75.47146.92181.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 31 (12.5% from 255) = 10.69%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=51.72%
G=10.69%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503110900.790.270.41320.6765.7535.49
Hex961F6D04F1B291414223
Octal226371550117335150110243
Binary1001011011111110110101001111110111010011010000011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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