#962872

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

Shades of Dark Purple #962872

Tints of Dark Purple #962872

Color information

#962872 (or 0x962872) is unknown color: approx Dark Purple. HEX triplet: 96, 28 and 72. RGB value is (150,40,114). Sum of RGB (Red+Green+Blue) = 150+40+114=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #962872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962872 is #69D78D. Grayscale: #515151. Windows color (decimal): -6936462 or 7481494. OLE color: 7481494.

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

Color convert

RGB15040114-
CMYK00.730.240.41
HSL319.64º57.89%37.25%-
HSV(B)319.64º73.33%58.82%-
XYZ16.379.2216.84-
YUV81.33146.44176.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 40 (16.02% from 255) = 13.16%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=49.34%
G=13.16%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504011400.730.240.41319.6457.8937.25
Hex96287204918291403a25
Octal22650162011130515007245
Binary1001011010100011100100100100111000101001101000000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962872; }

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

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

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

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

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

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

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

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