#932B8C

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

Shades of Dark Purple #932B8C

Tints of Dark Purple #932B8C

Color information

#932B8C (or 0x932B8C) is unknown color: approx Dark Purple. HEX triplet: 93, 2B and 8C. RGB value is (147,43,140). Sum of RGB (Red+Green+Blue) = 147+43+140=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #932B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932B8C is #6CD473. Grayscale: #545454. Windows color (decimal): -7132276 or 9186195. OLE color: 9186195.

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

Color convert

RGB14743140-
CMYK00.710.050.42
HSL304.04º54.74%37.25%-
HSV(B)304.04º70.75%57.65%-
XYZ17.639.8225.78-
YUV85.15158.96172.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 43 (17.19% from 255) = 13.03%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=44.55%
G=13.03%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474314000.710.050.42304.0454.7437.25
Hex932B8C04752A1303725
Octal2235321401075524606745
Binary100100111010111000110001000111101101010100110000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,43,140); }

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

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

 a { background-color: rgb(147,43,140); }

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

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

 span { border-color: rgb(147,43,140); }

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