#903D7D

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

Shades of Dark Purple #903D7D

Tints of Dark Purple #903D7D

Color information

#903D7D (or 0x903D7D) is unknown color: approx Dark Purple. HEX triplet: 90, 3D and 7D. RGB value is (144,61,125). Sum of RGB (Red+Green+Blue) = 144+61+125=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #903D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903D7D is #6FC282. Grayscale: #5C5C5C. Windows color (decimal): -7324291 or 8207760. OLE color: 8207760.

HSL color Cylindrical-coordinate representation of color #903D7D: hue angle of 313.73º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #903D7D is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14461125-
CMYK00.580.130.44
HSL313.73º40.49%40.2%-
HSV(B)313.73º57.64%56.47%-
XYZ16.8710.7520.59-
YUV93.11146164.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.64%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=43.64%
G=18.48%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1446112500.580.130.44313.7340.4940.2
Hex903D7D03AD2C13a2828
Octal2207517507215544725050
Binary10010000111101111110101110101101101100100111010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903D7D; }

 p { color: rgb(144,61,125); }

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

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

 a { background-color: rgb(144,61,125); }

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

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

 span { border-color: rgb(144,61,125); }

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