#903483

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

Shades of Dark Purple #903483

Tints of Dark Purple #903483

Color information

#903483 (or 0x903483) is unknown color: approx Dark Purple. HEX triplet: 90, 34 and 83. RGB value is (144,52,131). Sum of RGB (Red+Green+Blue) = 144+52+131=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #903483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903483 is #6FCB7C. Grayscale: #585858. Windows color (decimal): -7326589 or 8598672. OLE color: 8598672.

HSL color Cylindrical-coordinate representation of color #903483: hue angle of 308.48º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #903483 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB14452131-
CMYK00.640.090.44
HSL308.48º46.94%38.43%-
HSV(B)308.48º63.89%56.47%-
XYZ16.8310.0222.52-
YUV88.51151.98167.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.04%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=44.04%
G=15.90%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445213100.640.090.44308.4846.9438.43
Hex90348304092C1342f26
Octal22064203010011544645746
Binary1001000011010010000011010000001001101100100110100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903483; }

 p { color: rgb(144,52,131); }

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

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

 a { background-color: rgb(144,52,131); }

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

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

 span { border-color: rgb(144,52,131); }

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