#932A88

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

Shades of Dark Purple #932A88

Tints of Dark Purple #932A88

Color information

#932A88 (or 0x932A88) is unknown color: approx Dark Purple. HEX triplet: 93, 2A and 88. RGB value is (147,42,136). Sum of RGB (Red+Green+Blue) = 147+42+136=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #932A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932A88 is #6CD577. Grayscale: #535353. Windows color (decimal): -7132536 or 8923795. OLE color: 8923795.

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

Color convert

RGB14742136-
CMYK00.710.070.42
HSL306.29º55.56%37.06%-
HSV(B)306.29º71.43%57.65%-
XYZ17.39.6424.24-
YUV84.11157.29172.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.23%
GREEN value IS 42 (16.80% from 255) = 12.92%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=45.23%
G=12.92%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474213600.710.070.42306.2955.5637.06
Hex932A8804772A1323825
Octal2235221001077524627045
Binary100100111010101000100001000111111101010100110010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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