#961C8A

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

Shades of Dark Purple #961C8A

Tints of Dark Purple #961C8A

Color information

#961C8A (or 0x961C8A) is unknown color: approx Dark Purple. HEX triplet: 96, 1C and 8A. RGB value is (150,28,138). Sum of RGB (Red+Green+Blue) = 150+28+138=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #961C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961C8A is #69E375. Grayscale: #4C4C4C. Windows color (decimal): -6939510 or 9051286. OLE color: 9051286.

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

Color convert

RGB15028138-
CMYK00.810.080.41
HSL305.9º68.54%34.9%-
HSV(B)305.9º81.33%58.82%-
XYZ17.589.1524.88-
YUV77.02162.42180.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 28 (11.33% from 255) = 8.86%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=47.47%
G=8.86%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502813800.810.080.41305.968.5434.9
Hex961C8A0518291324523
Octal226342120121105146210543
Binary1001011011100100010100101000110001010011001100101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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