#933E7D

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

Shades of Dark Purple #933E7D

Tints of Dark Purple #933E7D

Color information

#933E7D (or 0x933E7D) is unknown color: approx Dark Purple. HEX triplet: 93, 3E and 7D. RGB value is (147,62,125). Sum of RGB (Red+Green+Blue) = 147+62+125=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #933E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933E7D is #6CC182. Grayscale: #5E5E5E. Windows color (decimal): -7127427 or 8208019. OLE color: 8208019.

HSL color Cylindrical-coordinate representation of color #933E7D: hue angle of 315.53º 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 #933E7D is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14762125-
CMYK00.580.150.42
HSL315.53º40.67%40.98%-
HSV(B)315.53º57.82%57.65%-
XYZ17.4611.1320.63-
YUV94.6145.16165.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 62 (24.61% from 255) = 18.56%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=44.01%
G=18.56%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476212500.580.150.42315.5340.6740.98
Hex933E7D03AF2A13c2929
Octal2237617507217524745151
Binary10010011111110111110101110101111101010100111100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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