Html Css Color HEX #9221AC Dark Orchid

📋 copy color: '#9221AC'

red 146 ◦ green 33 ◦ blue 172

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

Shades of Dark Orchid #9221AC

Tints of Dark Orchid #9221AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 41.6%
G = 9.4%
B = 49%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9221AC (or 0x9221AC) is known color: Dark Orchid. HEX triplet: 92, 21 and AC. RGB value is (146,33,172). Sum of RGB (Red+Green+Blue) = 146+33+172=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #9221AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9221AC is #6DDE53. Grayscale: #525252. Windows color (decimal): -7200340 or 11280786. OLE color: 11280786.

HSL color Cylindrical-coordinate representation of color #9221AC: hue angle of 288.78º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9221AC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 33 172 -
CMYK 0.15 0.81 0 0.33
HSL 288.78º 0.68% 0.4% -
HSV(B) 288.78º 0.81% 0.67% -
XYZ 19.84 10.18 39.95 -
YUV 82.63 178.44 173.2 -
System Red Green Blue C M Y K H S L
Decimal 146 33 172 0.15 0.81 0 0.33 288.78 0.68 0.4
Hex 92 21 AC F 51 0 21 121 44 28
Octal 222 41 254 17 121 0 41 441 104 50
Binary 10010010 100001 10101100 1111 1010001 0 100001 100100001 1000100 101000

Color Harmonies of #9221AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9221AC

Black with #9221AC

Text Example


Text Example

White with #9221AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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