#962C81

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

Shades of Dark Purple #962C81

Tints of Dark Purple #962C81

Color information

#962C81 (or 0x962C81) is unknown color: approx Dark Purple. HEX triplet: 96, 2C and 81. RGB value is (150,44,129). Sum of RGB (Red+Green+Blue) = 150+44+129=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #962C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962C81 is #69D37E. Grayscale: #555555. Windows color (decimal): -6935423 or 8465558. OLE color: 8465558.

HSL color Cylindrical-coordinate representation of color #962C81: hue angle of 311.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962C81 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB15044129-
CMYK00.710.140.41
HSL311.89º54.64%38.04%-
HSV(B)311.89º70.67%58.82%-
XYZ17.449.8721.75-
YUV85.38152.62174.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 44 (17.58% from 255) = 13.62%
BLUE value IS 129 (50.78% from 255) = 39.94%
R=46.44%
G=13.62%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504412900.710.140.41311.8954.6438.04
Hex962C81047E291383726
Octal22654201010716514706746
Binary1001011010110010000001010001111110101001100111000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962C81; }

 p { color: rgb(150,44,129); }

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

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

 a { background-color: rgb(150,44,129); }

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

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

 span { border-color: rgb(150,44,129); }

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