#903AB0

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

Shades of Dark Orchid #903AB0

Tints of Dark Orchid #903AB0

Color information

#903AB0 (or 0x903AB0) is unknown color: approx Dark Orchid. HEX triplet: 90, 3A and B0. RGB value is (144,58,176). Sum of RGB (Red+Green+Blue) = 144+58+176=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 176 - color contains mainly: blue. Hex color #903AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903AB0 is #6FC54F. Grayscale: #606060. Windows color (decimal): -7325008 or 11549328. OLE color: 11549328.

HSL color Cylindrical-coordinate representation of color #903AB0: hue angle of 283.73º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903AB0 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14458176-
CMYK0.180.6700.31
HSL283.73º50.43%45.88%-
HSV(B)283.73º67.05%69.02%-
XYZ20.8512.0942.31-
YUV97.17172.49161.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.10%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 176 (69.14% from 255) = 46.56%
R=38.10%
G=15.34%
B=46.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144581760.180.6700.31283.7350.4345.88
Hex903AB0124301F11c322e
Octal22072260221030374346256
Binary1001000011101010110000100101000011011111100011100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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