Html Css Color HEX #901DAD Dark Orchid

📋 copy color: '#901DAD'

red 144 ◦ green 29 ◦ blue 173

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

Shades of Dark Orchid #901DAD

Tints of Dark Orchid #901DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50%

R = 41.62%
G = 8.38%
B = 50%

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

#901DAD (or 0x901DAD) is known color: Dark Orchid. HEX triplet: 90, 1D and AD. RGB value is (144,29,173). Sum of RGB (Red+Green+Blue) = 144+29+173=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #901DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901DAD is #6FE252. Grayscale: #4F4F4F. Windows color (decimal): -7332435 or 11345296. OLE color: 11345296.

HSL color Cylindrical-coordinate representation of color #901DAD: hue angle of 287.92º 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 #901DAD is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 29 173 -
CMYK 0.17 0.83 0 0.32
HSL 287.92º 0.71% 0.4% -
HSV(B) 287.92º 0.83% 0.68% -
XYZ 19.48 9.83 40.4 -
YUV 79.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 144 29 173 0.17 0.83 0 0.32 287.92 0.71 0.4
Hex 90 1D AD 11 53 0 20 120 47 28
Octal 220 35 255 21 123 0 40 440 107 50
Binary 10010000 11101 10101101 10001 1010011 0 100000 100100000 1000111 101000

Color Harmonies of #901DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901DAD

Black with #901DAD

Text Example


Text Example

White with #901DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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