#962687

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

Shades of Dark Purple #962687

Tints of Dark Purple #962687

Color information

#962687 (or 0x962687) is unknown color: approx Dark Purple. HEX triplet: 96, 26 and 87. RGB value is (150,38,135). Sum of RGB (Red+Green+Blue) = 150+38+135=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #962687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962687 is #69D978. Grayscale: #525252. Windows color (decimal): -6936953 or 8857238. OLE color: 8857238.

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

Color convert

RGB15038135-
CMYK00.750.10.41
HSL308.04º59.57%36.86%-
HSV(B)308.04º74.67%58.82%-
XYZ17.649.6223.85-
YUV82.55157.61176.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 38 (15.23% from 255) = 11.76%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=46.44%
G=11.76%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503813500.750.10.41308.0459.5736.86
Hex96268704BA291343c25
Octal22646207011312514647445
Binary1001011010011010000111010010111010101001100110100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962687; }

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

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

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

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

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

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

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

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