#961381

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

Shades of Dark Purple #961381

Tints of Dark Purple #961381

Color information

#961381 (or 0x961381) is unknown color: approx Dark Purple. HEX triplet: 96, 13 and 81. RGB value is (150,19,129). Sum of RGB (Red+Green+Blue) = 150+19+129=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #961381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961381 is #69EC7E. Grayscale: #464646. Windows color (decimal): -6941823 or 8459158. OLE color: 8459158.

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

Color convert

RGB15019129-
CMYK00.870.140.41
HSL309.62º77.51%33.14%-
HSV(B)309.62º87.33%58.82%-
XYZ16.778.5321.53-
YUV70.71160.9184.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 19 (7.81% from 255) = 6.38%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=50.34%
G=6.38%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501912900.870.140.41309.6277.5133.14
Hex961381057E291364e21
Octal226232010127165146611641
Binary1001011010011100000010101011111101010011001101101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961381; }

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

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

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

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

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

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

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

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