#933E7F

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

Shades of Dark Purple #933E7F

Tints of Dark Purple #933E7F

Color information

#933E7F (or 0x933E7F) is unknown color: approx Dark Purple. HEX triplet: 93, 3E and 7F. RGB value is (147,62,127). Sum of RGB (Red+Green+Blue) = 147+62+127=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #933E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933E7F is #6CC180. Grayscale: #5E5E5E. Windows color (decimal): -7127425 or 8339091. OLE color: 8339091.

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

Color convert

RGB14762127-
CMYK00.580.140.42
HSL314.12º40.67%40.98%-
HSV(B)314.12º57.82%57.65%-
XYZ17.5911.1821.31-
YUV94.82146.16165.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 62 (24.61% from 255) = 18.45%
BLUE value IS 127 (50% from 255) = 37.80%
R=43.75%
G=18.45%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476212700.580.140.42314.1240.6740.98
Hex933E7F03AE2A13a2929
Octal2237617707216524725151
Binary10010011111110111111101110101110101010100111010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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