#932E7F

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

Shades of Dark Purple #932E7F

Tints of Dark Purple #932E7F

Color information

#932E7F (or 0x932E7F) is unknown color: approx Dark Purple. HEX triplet: 93, 2E and 7F. RGB value is (147,46,127). Sum of RGB (Red+Green+Blue) = 147+46+127=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #932E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932E7F is #6CD180. Grayscale: #555555. Windows color (decimal): -7131521 or 8334995. OLE color: 8334995.

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

Color convert

RGB14746127-
CMYK00.690.140.42
HSL311.88º52.33%37.84%-
HSV(B)311.88º68.71%57.65%-
XYZ16.849.6921.06-
YUV85.43151.46171.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 46 (18.36% from 255) = 14.38%
BLUE value IS 127 (50% from 255) = 39.69%
R=45.94%
G=14.38%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1474612700.690.140.42311.8852.3337.84
Hex932E7F045E2A1383426
Octal22356177010516524706446
Binary100100111011101111111010001011110101010100111000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,46,127); }

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

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

 a { background-color: rgb(147,46,127); }

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

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

 span { border-color: rgb(147,46,127); }

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