Html Css Color HEX #901CAE Dark Orchid

📋 copy color: '#901CAE'

red 144 ◦ green 28 ◦ blue 174

#901CAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #901CAE

Tints of Dark Orchid #901CAE

RGB

 RED value IS 144 (56.64% from 255) = 41.62%

 GREEN value IS 28 (11.33% from 255) = 8.09%

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 41.62%
G = 8.09%
B = 50.29%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#901CAE (or 0x901CAE) is known color: Dark Orchid. HEX triplet: 90, 1C and AE. RGB value is (144,28,174). Sum of RGB (Red+Green+Blue) = 144+28+174=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #901CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901CAE is #6FE351. Grayscale: #4E4E4E. Windows color (decimal): -7332690 or 11410576. OLE color: 11410576.

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

Color convert

RGB 144 28 174 -
CMYK 0.17 0.84 0 0.32
HSL 287.67º 0.72% 0.4% -
HSV(B) 287.67º 0.84% 0.68% -
XYZ 19.56 9.82 40.91 -
YUV 79.33 181.43 174.13 -
System Red Green Blue C M Y K H S L
Decimal 144 28 174 0.17 0.84 0 0.32 287.67 0.72 0.4
Hex 90 1C AE 11 54 0 20 120 48 28
Octal 220 34 256 21 124 0 40 440 110 50
Binary 10010000 11100 10101110 10001 1010100 0 100000 100100000 1001000 101000

Color Harmonies of #901CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901CAE

Black with #901CAE

Text Example


Text Example

White with #901CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #901CAE;
 }
 .AnyTagClassName
 {
   color: #901CAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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