#903A7F

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

Shades of Dark Purple #903A7F

Tints of Dark Purple #903A7F

Color information

#903A7F (or 0x903A7F) is unknown color: approx Dark Purple. HEX triplet: 90, 3A and 7F. RGB value is (144,58,127). Sum of RGB (Red+Green+Blue) = 144+58+127=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #903A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903A7F is #6FC580. Grayscale: #5B5B5B. Windows color (decimal): -7325057 or 8338064. OLE color: 8338064.

HSL color Cylindrical-coordinate representation of color #903A7F: hue angle of 311.86º 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 #903A7F is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB14458127-
CMYK00.600.120.44
HSL311.86º42.57%39.61%-
HSV(B)311.86º59.72%56.47%-
XYZ16.8510.4921.22-
YUV91.58147.99165.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 127 (50% from 255) = 38.60%
R=43.77%
G=17.63%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445812700.600.120.44311.8642.5739.61
Hex903A7F03CC2C1382b28
Octal2207217707414544705350
Binary10010000111010111111101111001100101100100111000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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