#903DC0

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

Shades of Dark Orchid #903DC0

Tints of Dark Orchid #903DC0

Color information

#903DC0 (or 0x903DC0) is unknown color: approx Dark Orchid. HEX triplet: 90, 3D and C0. RGB value is (144,61,192). Sum of RGB (Red+Green+Blue) = 144+61+192=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #903DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #903DC0 is #6FC23F. Grayscale: #646464. Windows color (decimal): -7324224 or 12598672. OLE color: 12598672.

HSL color Cylindrical-coordinate representation of color #903DC0: hue angle of 278.02º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #903DC0 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14461192-
CMYK0.250.6800.25
HSL278.02º51.78%49.61%-
HSV(B)278.02º68.23%75.29%-
XYZ22.6813.0751.2-
YUV100.75179.5158.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.27%
GREEN value IS 61 (24.22% from 255) = 15.37%
BLUE value IS 192 (75.39% from 255) = 48.36%
R=36.27%
G=15.37%
B=48.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144611920.250.6800.25278.0251.7849.61
Hex903DC019440191163432
Octal22075300311040314266462
Binary1001000011110111000000110011000100011001100010110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,61,192); }

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

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

 a { background-color: rgb(144,61,192); }

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

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

 span { border-color: rgb(144,61,192); }

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