#932D8A

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

Shades of Dark Purple #932D8A

Tints of Dark Purple #932D8A

Color information

#932D8A (or 0x932D8A) is unknown color: approx Dark Purple. HEX triplet: 93, 2D and 8A. RGB value is (147,45,138). Sum of RGB (Red+Green+Blue) = 147+45+138=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #932D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932D8A is #6CD275. Grayscale: #555555. Windows color (decimal): -7131766 or 9055635. OLE color: 9055635.

HSL color Cylindrical-coordinate representation of color #932D8A: hue angle of 305.29º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932D8A is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB14745138-
CMYK00.690.060.42
HSL305.29º53.12%37.65%-
HSV(B)305.29º69.39%57.65%-
XYZ17.569.9125.03-
YUV86.1157.29171.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 45 (17.97% from 255) = 13.64%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=44.55%
G=13.64%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474513800.690.060.42305.2953.1237.65
Hex932D8A04562A1313526
Octal2235521201056524616546
Binary100100111011011000101001000101110101010100110001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,45,138); }

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

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

 a { background-color: rgb(147,45,138); }

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

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

 span { border-color: rgb(147,45,138); }

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