Html Css Color HEX #9221AD Dark Orchid

📋 copy color: '#9221AD'

red 146 ◦ green 33 ◦ blue 173

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

Shades of Dark Orchid #9221AD

Tints of Dark Orchid #9221AD

RGB

 RED value IS 146 (57.42% from 255) = 41.48%

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

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

R = 41.48%
G = 9.38%
B = 49.15%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9221AD (or 0x9221AD) is known color: Dark Orchid. HEX triplet: 92, 21 and AD. RGB value is (146,33,173). Sum of RGB (Red+Green+Blue) = 146+33+173=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #9221AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9221AD is #6DDE52. Grayscale: #525252. Windows color (decimal): -7200339 or 11346322. OLE color: 11346322.

HSL color Cylindrical-coordinate representation of color #9221AD: hue angle of 288.43º 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 #9221AD is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 33 173 -
CMYK 0.16 0.81 0 0.32
HSL 288.43º 0.68% 0.4% -
HSV(B) 288.43º 0.81% 0.68% -
XYZ 19.94 10.22 40.46 -
YUV 82.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 146 33 173 0.16 0.81 0 0.32 288.43 0.68 0.4
Hex 92 21 AD 10 51 0 20 120 44 28
Octal 222 41 255 20 121 0 40 440 104 50
Binary 10010010 100001 10101101 10000 1010001 0 100000 100100000 1000100 101000

Color Harmonies of #9221AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9221AD

Black with #9221AD

Text Example


Text Example

White with #9221AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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