#903ab2

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

Shades of Dark Orchid #903AB2

Tints of Dark Orchid #903AB2

Color information

#903AB2 (or 0x903AB2) is unknown color: approx Dark Orchid. HEX triplet: 90, 3A and B2. RGB value is (144,58,178). Sum of RGB (Red+Green+Blue) = 144+58+178=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 178 - color contains mainly: blue. Hex color #903AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903AB2 is #6FC54D. Grayscale: #606060. Windows color (decimal): -7325006 or 11680400. OLE color: 11680400.

HSL color Cylindrical-coordinate representation of color #903AB2: hue angle of 283º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903AB2 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14458178-
CMYK0.190.6700.30
HSL283º50.85%46.27%-
HSV(B)283º67.42%69.8%-
XYZ21.0512.1743.36-
YUV97.39173.49161.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.89%
GREEN value IS 58 (23.05% from 255) = 15.26%
BLUE value IS 178 (69.92% from 255) = 46.84%
R=37.89%
G=15.26%
B=46.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal144581780.190.6700.3028350.8546.27
Hex903AB2134301E11b332e
Octal22072262231030364336356
Binary1001000011101010110010100111000011011110100011011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903ab2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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