#903A7D

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

Shades of Dark Purple #903A7D

Tints of Dark Purple #903A7D

Color information

#903A7D (or 0x903A7D) is unknown color: approx Dark Purple. HEX triplet: 90, 3A and 7D. RGB value is (144,58,125). Sum of RGB (Red+Green+Blue) = 144+58+125=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #903A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903A7D is #6FC582. Grayscale: #5B5B5B. Windows color (decimal): -7325059 or 8206992. OLE color: 8206992.

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

Color convert

RGB14458125-
CMYK00.600.130.44
HSL313.26º42.57%39.61%-
HSV(B)313.26º59.72%56.47%-
XYZ16.7210.4420.54-
YUV91.35146.99165.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.04%
GREEN value IS 58 (23.05% from 255) = 17.74%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=44.04%
G=17.74%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445812500.600.130.44313.2642.5739.61
Hex903A7D03CD2C1392b28
Octal2207217507415544715350
Binary10010000111010111110101111001101101100100111001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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