#901AC0

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

Shades of Dark Orchid #901AC0

Tints of Dark Orchid #901AC0

Color information

#901AC0 (or 0x901AC0) is unknown color: approx Dark Orchid. HEX triplet: 90, 1A and C0. RGB value is (144,26,192). Sum of RGB (Red+Green+Blue) = 144+26+192=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #901AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901AC0 is #6FE53F. Grayscale: #4F4F4F. Windows color (decimal): -7333184 or 12589712. OLE color: 12589712.

HSL color Cylindrical-coordinate representation of color #901AC0: hue angle of 282.65º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #901AC0 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14426192-
CMYK0.250.8600.25
HSL282.65º76.15%42.75%-
HSV(B)282.65º86.46%75.29%-
XYZ21.3910.4750.76-
YUV80.21191.09173.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.78%
GREEN value IS 26 (10.55% from 255) = 7.18%
BLUE value IS 192 (75.39% from 255) = 53.04%
R=39.78%
G=7.18%
B=53.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144261920.250.8600.25282.6576.1542.75
Hex901AC0195601911b4c2b
Octal220323003112603143311453
Binary1001000011010110000001100110101100110011000110111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901AC0; }

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

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

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

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

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

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

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

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