#932a6b

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

Shades of Dark Purple #932A6B

Tints of Dark Purple #932A6B

Color information

#932A6B (or 0x932A6B) is unknown color: approx Dark Purple. HEX triplet: 93, 2A and 6B. RGB value is (147,42,107). Sum of RGB (Red+Green+Blue) = 147+42+107=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #932A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932A6B is #6CD594. Grayscale: #505050. Windows color (decimal): -7132565 or 7023251. OLE color: 7023251.

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

Color convert

RGB14742107-
CMYK00.710.270.42
HSL322.86º55.56%37.06%-
HSV(B)322.86º71.43%57.65%-
XYZ15.518.9214.81-
YUV80.81142.79175.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.66%
GREEN value IS 42 (16.80% from 255) = 14.19%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=49.66%
G=14.19%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474210700.710.270.42322.8655.5637.06
Hex932A6B0471B2A1433825
Octal22352153010733525037045
Binary1001001110101011010110100011111011101010101000011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932a6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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