#962878

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

Shades of Dark Purple #962878

Tints of Dark Purple #962878

Color information

#962878 (or 0x962878) is unknown color: approx Dark Purple. HEX triplet: 96, 28 and 78. RGB value is (150,40,120). Sum of RGB (Red+Green+Blue) = 150+40+120=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #962878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962878 is #69D787. Grayscale: #515151. Windows color (decimal): -6936456 or 7874710. OLE color: 7874710.

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

Color convert

RGB15040120-
CMYK00.730.200.41
HSL316.36º57.89%37.25%-
HSV(B)316.36º73.33%58.82%-
XYZ16.739.3618.69-
YUV82.01149.44176.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.39%
GREEN value IS 40 (16.02% from 255) = 12.90%
BLUE value IS 120 (47.27% from 255) = 38.71%
R=48.39%
G=12.90%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504012000.730.200.41316.3657.8937.25
Hex962878049142913c3a25
Octal22650170011124514747245
Binary1001011010100011110000100100110100101001100111100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962878; }

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

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

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

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

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

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

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

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