Html Css Color HEX #9021AD Dark Orchid

📋 copy color: '#9021AD'

red 144 ◦ green 33 ◦ blue 173

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

Shades of Dark Orchid #9021AD

Tints of Dark Orchid #9021AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.43%

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

R = 41.14%
G = 9.43%
B = 49.43%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9021AD (or 0x9021AD) is known color: Dark Orchid. HEX triplet: 90, 21 and AD. RGB value is (144,33,173). Sum of RGB (Red+Green+Blue) = 144+33+173=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #9021AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9021AD is #6FDE52. Grayscale: #515151. Windows color (decimal): -7331411 or 11346320. OLE color: 11346320.

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

Color convert

RGB 144 33 173 -
CMYK 0.17 0.81 0 0.32
HSL 287.57º 0.68% 0.4% -
HSV(B) 287.57º 0.81% 0.68% -
XYZ 19.59 10.03 40.44 -
YUV 82.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 144 33 173 0.17 0.81 0 0.32 287.57 0.68 0.4
Hex 90 21 AD 11 51 0 20 120 44 28
Octal 220 41 255 21 121 0 40 440 104 50
Binary 10010000 100001 10101101 10001 1010001 0 100000 100100000 1000100 101000

Color Harmonies of #9021AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9021AD

Black with #9021AD

Text Example


Text Example

White with #9021AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9021AD; }

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

 H1.HeaderClassName
 {
   color: #9021AD;
 }
 .AnyTagClassName
 {
   color: #9021AD;
 }
</style>

background-color css

<style>
 a { background-color: #9021AD; }

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

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

border-color css

<style>
 span { border-color: #9021AD; }

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

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