#903188

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

Shades of Dark Purple #903188

Tints of Dark Purple #903188

Color information

#903188 (or 0x903188) is unknown color: approx Dark Purple. HEX triplet: 90, 31 and 88. RGB value is (144,49,136). Sum of RGB (Red+Green+Blue) = 144+49+136=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #903188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903188 is #6FCE77. Grayscale: #575757. Windows color (decimal): -7327352 or 8925584. OLE color: 8925584.

HSL color Cylindrical-coordinate representation of color #903188: hue angle of 305.05º 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 #903188 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14449136-
CMYK00.660.060.44
HSL305.05º49.22%37.84%-
HSV(B)305.05º65.97%56.47%-
XYZ17.049.924.31-
YUV87.32155.47168.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 49 (19.53% from 255) = 14.89%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=43.77%
G=14.89%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1444913600.660.060.44305.0549.2237.84
Hex90318804262C1313126
Octal2206121001026544616146
Binary100100001100011000100001000010110101100100110001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903188; }

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

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

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

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

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

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

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

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