#901CAF

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

Shades of Dark Orchid #901CAF

Tints of Dark Orchid #901CAF

Color information

#901CAF (or 0x901CAF) is unknown color: approx Dark Orchid. HEX triplet: 90, 1C and AF. RGB value is (144,28,175). Sum of RGB (Red+Green+Blue) = 144+28+175=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #901CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901CAF is #6FE350. Grayscale: #4E4E4E. Windows color (decimal): -7332689 or 11476112. OLE color: 11476112.

HSL color Cylindrical-coordinate representation of color #901CAF: hue angle of 287.35º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901CAF is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14428175-
CMYK0.180.8400.31
HSL287.35º72.41%39.8%-
HSV(B)287.35º84%68.63%-
XYZ19.659.8541.42-
YUV79.44181.93174.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 28 (11.33% from 255) = 8.07%
BLUE value IS 175 (68.75% from 255) = 50.43%
R=41.50%
G=8.07%
B=50.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144281750.180.8400.31287.3572.4139.8
Hex901CAF125401F11f4828
Octal220342572212403743711050
Binary1001000011100101011111001010101000111111000111111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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