#932F75

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

Shades of Dark Purple #932F75

Tints of Dark Purple #932F75

Color information

#932F75 (or 0x932F75) is unknown color: approx Dark Purple. HEX triplet: 93, 2F and 75. RGB value is (147,47,117). Sum of RGB (Red+Green+Blue) = 147+47+117=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #932F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932F75 is #6CD08A. Grayscale: #545454. Windows color (decimal): -7131275 or 7679891. OLE color: 7679891.

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

Color convert

RGB14747117-
CMYK00.680.200.42
HSL318º51.55%38.04%-
HSV(B)318º68.03%57.65%-
XYZ16.269.5217.81-
YUV84.88146.13172.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.27%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=47.27%
G=15.11%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474711700.680.200.4231851.5538.04
Hex932F75044142A13e3426
Octal22357165010424524766446
Binary1001001110111111101010100010010100101010100111110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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