Html Css Color HEX #901DAE Dark Orchid

📋 copy color: '#901DAE'

red 144 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #901DAE

Tints of Dark Orchid #901DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.36%

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

R = 41.5%
G = 8.36%
B = 50.14%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#901DAE (or 0x901DAE) is known color: Dark Orchid. HEX triplet: 90, 1D and AE. RGB value is (144,29,174). Sum of RGB (Red+Green+Blue) = 144+29+174=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #901DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901DAE is #6FE251. Grayscale: #4F4F4F. Windows color (decimal): -7332434 or 11410832. OLE color: 11410832.

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

Color convert

RGB 144 29 174 -
CMYK 0.17 0.83 0 0.32
HSL 287.59º 0.71% 0.4% -
HSV(B) 287.59º 0.83% 0.68% -
XYZ 19.58 9.86 40.92 -
YUV 79.92 181.1 173.71 -
System Red Green Blue C M Y K H S L
Decimal 144 29 174 0.17 0.83 0 0.32 287.59 0.71 0.4
Hex 90 1D AE 11 53 0 20 120 47 28
Octal 220 35 256 21 123 0 40 440 107 50
Binary 10010000 11101 10101110 10001 1010011 0 100000 100100000 1000111 101000

Color Harmonies of #901DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901DAE

Black with #901DAE

Text Example


Text Example

White with #901DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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