#962787

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

Shades of Dark Purple #962787

Tints of Dark Purple #962787

Color information

#962787 (or 0x962787) is unknown color: approx Dark Purple. HEX triplet: 96, 27 and 87. RGB value is (150,39,135). Sum of RGB (Red+Green+Blue) = 150+39+135=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #962787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962787 is #69D878. Grayscale: #525252. Windows color (decimal): -6936697 or 8857494. OLE color: 8857494.

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

Color convert

RGB15039135-
CMYK00.740.10.41
HSL308.11º58.73%37.06%-
HSV(B)308.11º74%58.82%-
XYZ17.689.6823.86-
YUV83.13157.27175.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 39 (15.62% from 255) = 12.04%
BLUE value IS 135 (53.12% from 255) = 41.67%
R=46.30%
G=12.04%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503913500.740.10.41308.1158.7337.06
Hex96278704AA291343b25
Octal22647207011212514647345
Binary1001011010011110000111010010101010101001100110100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962787; }

 p { color: rgb(150,39,135); }

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

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

 a { background-color: rgb(150,39,135); }

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

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

 span { border-color: rgb(150,39,135); }

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