#932A85

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

Shades of Dark Purple #932A85

Tints of Dark Purple #932A85

Color information

#932A85 (or 0x932A85) is unknown color: approx Dark Purple. HEX triplet: 93, 2A and 85. RGB value is (147,42,133). Sum of RGB (Red+Green+Blue) = 147+42+133=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #932A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932A85 is #6CD57A. Grayscale: #535353. Windows color (decimal): -7132539 or 8727187. OLE color: 8727187.

HSL color Cylindrical-coordinate representation of color #932A85: hue angle of 308º 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 #932A85 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14742133-
CMYK00.710.100.42
HSL308º55.56%37.06%-
HSV(B)308º71.43%57.65%-
XYZ17.099.5523.13-
YUV83.77155.79173.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.65%
GREEN value IS 42 (16.80% from 255) = 13.04%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=45.65%
G=13.04%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474213300.710.100.4230855.5637.06
Hex932A85047A2A1343825
Octal22352205010712524647045
Binary1001001110101010000101010001111010101010100110100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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