#903AB7

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

Shades of Dark Orchid #903AB7

Tints of Dark Orchid #903AB7

Color information

#903AB7 (or 0x903AB7) is unknown color: approx Dark Orchid. HEX triplet: 90, 3A and B7. RGB value is (144,58,183). Sum of RGB (Red+Green+Blue) = 144+58+183=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 183 (71.88% from 255 or 47.53% from 385); Max value from RGB is 183 - color contains mainly: blue. Hex color #903AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903AB7 is #6FC548. Grayscale: #616161. Windows color (decimal): -7325001 or 12008080. OLE color: 12008080.

HSL color Cylindrical-coordinate representation of color #903AB7: hue angle of 281.28º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #903AB7 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14458183-
CMYK0.210.6800.28
HSL281.28º51.87%47.25%-
HSV(B)281.28º68.31%71.76%-
XYZ21.5612.3746.05-
YUV97.96175.99160.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 58 (23.05% from 255) = 15.06%
BLUE value IS 183 (71.88% from 255) = 47.53%
R=37.40%
G=15.06%
B=47.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal144581830.210.6800.28281.2851.8747.25
Hex903AB7154401C119342f
Octal22072267251040344316457
Binary1001000011101010110111101011000100011100100011001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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