#932A8E

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

Shades of Dark Purple #932A8E

Tints of Dark Purple #932A8E

Color information

#932A8E (or 0x932A8E) is unknown color: approx Dark Purple. HEX triplet: 93, 2A and 8E. RGB value is (147,42,142). Sum of RGB (Red+Green+Blue) = 147+42+142=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #932A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932A8E is #6CD571. Grayscale: #545454. Windows color (decimal): -7132530 or 9317011. OLE color: 9317011.

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

Color convert

RGB14742142-
CMYK00.710.030.42
HSL302.86º55.56%37.06%-
HSV(B)302.86º71.43%57.65%-
XYZ17.749.8126.55-
YUV84.8160.29172.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.41%
GREEN value IS 42 (16.80% from 255) = 12.69%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=44.41%
G=12.69%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474214200.710.030.42302.8655.5637.06
Hex932A8E04732A12f3825
Octal2235221601073524577045
Binary10010011101010100011100100011111101010100101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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