#903381

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

Shades of Dark Purple #903381

Tints of Dark Purple #903381

Color information

#903381 (or 0x903381) is unknown color: approx Dark Purple. HEX triplet: 90, 33 and 81. RGB value is (144,51,129). Sum of RGB (Red+Green+Blue) = 144+51+129=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #903381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903381 is #6FCC7E. Grayscale: #575757. Windows color (decimal): -7326847 or 8467344. OLE color: 8467344.

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

Color convert

RGB14451129-
CMYK00.650.100.44
HSL309.68º47.69%38.24%-
HSV(B)309.68º64.58%56.47%-
XYZ16.659.8821.8-
YUV87.7151.31168.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 129 (50.78% from 255) = 39.81%
R=44.44%
G=15.74%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445112900.650.100.44309.6847.6938.24
Hex903381041A2C1363026
Octal22063201010112544666046
Binary1001000011001110000001010000011010101100100110110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903381; }

 p { color: rgb(144,51,129); }

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

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

 a { background-color: rgb(144,51,129); }

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

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

 span { border-color: rgb(144,51,129); }

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