#962381

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

Shades of Dark Purple #962381

Tints of Dark Purple #962381

Color information

#962381 (or 0x962381) is unknown color: approx Dark Purple. HEX triplet: 96, 23 and 81. RGB value is (150,35,129). Sum of RGB (Red+Green+Blue) = 150+35+129=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #962381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962381 is #69DC7E. Grayscale: #4F4F4F. Windows color (decimal): -6937727 or 8463254. OLE color: 8463254.

HSL color Cylindrical-coordinate representation of color #962381: hue angle of 310.96º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962381 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB15035129-
CMYK00.770.140.41
HSL310.96º62.16%36.27%-
HSV(B)310.96º76.67%58.82%-
XYZ17.149.2721.65-
YUV80.1155.6177.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 35 (14.06% from 255) = 11.15%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=47.77%
G=11.15%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503512900.770.140.41310.9662.1636.27
Hex96238104DE291373e24
Octal22643201011516514677644
Binary1001011010001110000001010011011110101001100110111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962381; }

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

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

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

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

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

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

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

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