#903183

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

Shades of Dark Purple #903183

Tints of Dark Purple #903183

Color information

#903183 (or 0x903183) is unknown color: approx Dark Purple. HEX triplet: 90, 31 and 83. RGB value is (144,49,131). Sum of RGB (Red+Green+Blue) = 144+49+131=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #903183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903183 is #6FCE7C. Grayscale: #565656. Windows color (decimal): -7327357 or 8597904. OLE color: 8597904.

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

Color convert

RGB14449131-
CMYK00.660.090.44
HSL308.21º49.22%37.84%-
HSV(B)308.21º65.97%56.47%-
XYZ16.79.7622.48-
YUV86.75152.97168.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 49 (19.53% from 255) = 15.12%
BLUE value IS 131 (51.56% from 255) = 40.43%
R=44.44%
G=15.12%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444913100.660.090.44308.2149.2237.84
Hex90318304292C1343126
Octal22061203010211544646146
Binary1001000011000110000011010000101001101100100110100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903183; }

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

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

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

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

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

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

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

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