#901cac

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

Shades of Dark Orchid #901CAC

Tints of Dark Orchid #901CAC

Color information

#901CAC (or 0x901CAC) is unknown color: approx Dark Orchid. HEX triplet: 90, 1C and AC. RGB value is (144,28,172). Sum of RGB (Red+Green+Blue) = 144+28+172=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #901CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901CAC is #6FE353. Grayscale: #4E4E4E. Windows color (decimal): -7332692 or 11279504. OLE color: 11279504.

HSL color Cylindrical-coordinate representation of color #901CAC: hue angle of 288.33º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901CAC is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14428172-
CMYK0.160.8400.33
HSL288.33º72%39.22%-
HSV(B)288.33º83.72%67.45%-
XYZ19.369.7439.89-
YUV79.1180.43174.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 28 (11.33% from 255) = 8.14%
BLUE value IS 172 (67.58% from 255) = 50%
R=41.86%
G=8.14%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144281720.160.8400.33288.337239.22
Hex901CAC10540211204827
Octal220342542012404144011047
Binary10010000111001010110010000101010001000011001000001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,28,172); }

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

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

 a { background-color: rgb(144,28,172); }

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

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

 span { border-color: rgb(144,28,172); }

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