#962877

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

Shades of Dark Purple #962877

Tints of Dark Purple #962877

Color information

#962877 (or 0x962877) is unknown color: approx Dark Purple. HEX triplet: 96, 28 and 77. RGB value is (150,40,119). Sum of RGB (Red+Green+Blue) = 150+40+119=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #962877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962877 is #69D788. Grayscale: #515151. Windows color (decimal): -6936457 or 7809174. OLE color: 7809174.

HSL color Cylindrical-coordinate representation of color #962877: hue angle of 316.91º 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 #962877 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15040119-
CMYK00.730.210.41
HSL316.91º57.89%37.25%-
HSV(B)316.91º73.33%58.82%-
XYZ16.679.3318.38-
YUV81.9148.94176.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=48.54%
G=12.94%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504011900.730.210.41316.9157.8937.25
Hex962877049152913d3a25
Octal22650167011125514757245
Binary1001011010100011101110100100110101101001100111101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962877; }

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

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

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

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

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

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

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

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