#932A7A

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

Shades of Dark Purple #932A7A

Tints of Dark Purple #932A7A

Color information

#932A7A (or 0x932A7A) is unknown color: approx Dark Purple. HEX triplet: 93, 2A and 7A. RGB value is (147,42,122). Sum of RGB (Red+Green+Blue) = 147+42+122=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #932A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932A7A is #6CD585. Grayscale: #525252. Windows color (decimal): -7132550 or 8006291. OLE color: 8006291.

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

Color convert

RGB14742122-
CMYK00.710.170.42
HSL314.29º55.56%37.06%-
HSV(B)314.29º71.43%57.65%-
XYZ16.379.2619.34-
YUV82.52150.29174-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 42 (16.80% from 255) = 13.50%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=47.27%
G=13.50%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474212200.710.170.42314.2955.5637.06
Hex932A7A047112A13a3825
Octal22352172010721524727045
Binary1001001110101011110100100011110001101010100111010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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