#961078

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

Shades of Dark Purple #961078

Tints of Dark Purple #961078

Color information

#961078 (or 0x961078) is unknown color: approx Dark Purple. HEX triplet: 96, 10 and 78. RGB value is (150,16,120). Sum of RGB (Red+Green+Blue) = 150+16+120=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #961078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961078 is #69EF87. Grayscale: #434343. Windows color (decimal): -6942600 or 7868566. OLE color: 7868566.

HSL color Cylindrical-coordinate representation of color #961078: hue angle of 313.43º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961078 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB15016120-
CMYK00.890.200.41
HSL313.43º80.72%32.55%-
HSV(B)313.43º89.33%58.82%-
XYZ16.158.2118.5-
YUV67.92157.39186.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 16 (6.64% from 255) = 5.59%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=52.45%
G=5.59%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501612000.890.200.41313.4380.7232.55
Hex96107805914291395121
Octal226201700131245147112141
Binary1001011010000111100001011001101001010011001110011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961078; }

 p { color: rgb(150,16,120); }

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

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

 a { background-color: rgb(150,16,120); }

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

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

 span { border-color: rgb(150,16,120); }

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