#932A81

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

Shades of Dark Purple #932A81

Tints of Dark Purple #932A81

Color information

#932A81 (or 0x932A81) is unknown color: approx Dark Purple. HEX triplet: 93, 2A and 81. RGB value is (147,42,129). Sum of RGB (Red+Green+Blue) = 147+42+129=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 147 - color contains mainly: red. Hex color #932A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932A81 is #6CD57E. Grayscale: #535353. Windows color (decimal): -7132543 or 8465043. OLE color: 8465043.

HSL color Cylindrical-coordinate representation of color #932A81: hue angle of 310.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #932A81 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB14742129-
CMYK00.710.120.42
HSL310.29º55.56%37.06%-
HSV(B)310.29º71.43%57.65%-
XYZ16.829.4421.71-
YUV83.31153.79173.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.23%
GREEN value IS 42 (16.80% from 255) = 13.21%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=46.23%
G=13.21%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474212900.710.120.42310.2955.5637.06
Hex932A81047C2A1363825
Octal22352201010714524667045
Binary1001001110101010000001010001111100101010100110110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932A81; }

 p { color: rgb(147,42,129); }

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

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

 a { background-color: rgb(147,42,129); }

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

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

 span { border-color: rgb(147,42,129); }

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