#932F6C

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

Shades of Dark Purple #932F6C

Tints of Dark Purple #932F6C

Color information

#932F6C (or 0x932F6C) is unknown color: approx Dark Purple. HEX triplet: 93, 2F and 6C. RGB value is (147,47,108). Sum of RGB (Red+Green+Blue) = 147+47+108=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #932F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932F6C is #6CD093. Grayscale: #535353. Windows color (decimal): -7131284 or 7090067. OLE color: 7090067.

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

Color convert

RGB14747108-
CMYK00.680.270.42
HSL323.4º51.55%38.04%-
HSV(B)323.4º68.03%57.65%-
XYZ15.769.3215.16-
YUV83.85141.63173.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.68%
GREEN value IS 47 (18.75% from 255) = 15.56%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=48.68%
G=15.56%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474710800.680.270.42323.451.5538.04
Hex932F6C0441B2A1433426
Octal22357154010433525036446
Binary1001001110111111011000100010011011101010101000011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,47,108); }

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

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

 a { background-color: rgb(147,47,108); }

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

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

 span { border-color: rgb(147,47,108); }

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