#962791

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

Shades of Dark Purple #962791

Tints of Dark Purple #962791

Color information

#962791 (or 0x962791) is unknown color: approx Dark Purple. HEX triplet: 96, 27 and 91. RGB value is (150,39,145). Sum of RGB (Red+Green+Blue) = 150+39+145=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #962791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962791 is #69D86E. Grayscale: #535353. Windows color (decimal): -6936687 or 9512854. OLE color: 9512854.

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

Color convert

RGB15039145-
CMYK00.740.030.41
HSL302.7º58.73%37.06%-
HSV(B)302.7º74%58.82%-
XYZ18.419.9827.74-
YUV84.27162.27174.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 39 (15.62% from 255) = 11.68%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=44.91%
G=11.68%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503914500.740.030.41302.758.7337.06
Hex96279104A32912f3b25
Octal2264722101123514577345
Binary10010110100111100100010100101011101001100101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962791; }

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

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

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

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

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

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

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

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