#901ACA

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

Shades of Dark Orchid #901ACA

Tints of Dark Orchid #901ACA

Color information

#901ACA (or 0x901ACA) is unknown color: approx Dark Orchid. HEX triplet: 90, 1A and CA. RGB value is (144,26,202). Sum of RGB (Red+Green+Blue) = 144+26+202=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #901ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #901ACA is #6FE535. Grayscale: #505050. Windows color (decimal): -7333174 or 13245072. OLE color: 13245072.

HSL color Cylindrical-coordinate representation of color #901ACA: hue angle of 280.23º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901ACA is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14426202-
CMYK0.290.8700.21
HSL280.23º77.19%44.71%-
HSV(B)280.23º87.13%79.22%-
XYZ22.5310.9356.8-
YUV81.35196.09172.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.71%
GREEN value IS 26 (10.55% from 255) = 6.99%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=38.71%
G=6.99%
B=54.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144262020.290.8700.21280.2377.1944.71
Hex901ACA1D570151184d2d
Octal220323123512702543011555
Binary1001000011010110010101110110101110101011000110001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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