#932876

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

Shades of Dark Purple #932876

Tints of Dark Purple #932876

Color information

#932876 (or 0x932876) is unknown color: approx Dark Purple. HEX triplet: 93, 28 and 76. RGB value is (147,40,118). Sum of RGB (Red+Green+Blue) = 147+40+118=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #932876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932876 is #6CD789. Grayscale: #505050. Windows color (decimal): -7133066 or 7743635. OLE color: 7743635.

HSL color Cylindrical-coordinate representation of color #932876: hue angle of 316.26º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #932876 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14740118-
CMYK00.730.200.42
HSL316.26º57.22%36.67%-
HSV(B)316.26º72.79%57.65%-
XYZ16.069.0318.04-
YUV80.88148.95175.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.20%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=48.20%
G=13.11%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474011800.730.200.42316.2657.2236.67
Hex932876049142A13c3925
Octal22350166011124524747145
Binary1001001110100011101100100100110100101010100111100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932876; }

 p { color: rgb(147,40,118); }

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

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

 a { background-color: rgb(147,40,118); }

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

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

 span { border-color: rgb(147,40,118); }

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