#932C85

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

Shades of Dark Purple #932C85

Tints of Dark Purple #932C85

Color information

#932C85 (or 0x932C85) is unknown color: approx Dark Purple. HEX triplet: 93, 2C and 85. RGB value is (147,44,133). Sum of RGB (Red+Green+Blue) = 147+44+133=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #932C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932C85 is #6CD37A. Grayscale: #545454. Windows color (decimal): -7132027 or 8727699. OLE color: 8727699.

HSL color Cylindrical-coordinate representation of color #932C85: hue angle of 308.16º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #932C85 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14744133-
CMYK00.700.100.42
HSL308.16º53.93%37.45%-
HSV(B)308.16º70.07%57.65%-
XYZ17.179.723.16-
YUV84.94155.12172.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 44 (17.58% from 255) = 13.58%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=45.37%
G=13.58%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474413300.700.100.42308.1653.9337.45
Hex932C85046A2A1343625
Octal22354205010612524646645
Binary1001001110110010000101010001101010101010100110100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,44,133); }

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

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

 a { background-color: rgb(147,44,133); }

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

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

 span { border-color: rgb(147,44,133); }

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