#961C6F

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

Shades of Dark Purple #961C6F

Tints of Dark Purple #961C6F

Color information

#961C6F (or 0x961C6F) is unknown color: approx Dark Purple. HEX triplet: 96, 1C and 6F. RGB value is (150,28,111). Sum of RGB (Red+Green+Blue) = 150+28+111=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #961C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961C6F is #69E390. Grayscale: #494949. Windows color (decimal): -6939537 or 7281814. OLE color: 7281814.

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

Color convert

RGB15028111-
CMYK00.810.260.41
HSL319.18º68.54%34.9%-
HSV(B)319.18º81.33%58.82%-
XYZ15.868.4615.84-
YUV73.94148.92182.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 28 (11.33% from 255) = 9.69%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=51.90%
G=9.69%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502811100.810.260.41319.1868.5434.9
Hex961C6F0511A2913f4523
Octal226341570121325147710543
Binary1001011011100110111101010001110101010011001111111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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