#932F88

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

Shades of Dark Purple #932F88

Tints of Dark Purple #932F88

Color information

#932F88 (or 0x932F88) is unknown color: approx Dark Purple. HEX triplet: 93, 2F and 88. RGB value is (147,47,136). Sum of RGB (Red+Green+Blue) = 147+47+136=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #932F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932F88 is #6CD077. Grayscale: #565656. Windows color (decimal): -7131256 or 8925075. OLE color: 8925075.

HSL color Cylindrical-coordinate representation of color #932F88: hue angle of 306.6º 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 #932F88 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14747136-
CMYK00.680.070.42
HSL306.6º51.55%38.04%-
HSV(B)306.6º68.03%57.65%-
XYZ17.4910.0124.3-
YUV87.05155.63170.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 47 (18.75% from 255) = 14.24%
BLUE value IS 136 (53.52% from 255) = 41.21%
R=44.55%
G=14.24%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474713600.680.070.42306.651.5538.04
Hex932F8804472A1333426
Octal2235721001047524636446
Binary100100111011111000100001000100111101010100110011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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