#961C6B

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

Shades of Dark Purple #961C6B

Tints of Dark Purple #961C6B

Color information

#961C6B (or 0x961C6B) is unknown color: approx Dark Purple. HEX triplet: 96, 1C and 6B. RGB value is (150,28,107). Sum of RGB (Red+Green+Blue) = 150+28+107=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #961C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961C6B is #69E394. Grayscale: #494949. Windows color (decimal): -6939541 or 7019670. OLE color: 7019670.

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

Color convert

RGB15028107-
CMYK00.810.290.41
HSL321.15º68.54%34.9%-
HSV(B)321.15º81.33%58.82%-
XYZ15.658.3814.7-
YUV73.48146.92182.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 28 (11.33% from 255) = 9.82%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=52.63%
G=9.82%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502810700.810.290.41321.1568.5434.9
Hex961C6B0511D291414523
Octal226341530121355150110543
Binary1001011011100110101101010001111011010011010000011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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