Html Css Color HEX #9219AC Dark Orchid

📋 copy color: '#9219AC'

red 146 ◦ green 25 ◦ blue 172

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

Shades of Dark Orchid #9219AC

Tints of Dark Orchid #9219AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.29%

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

R = 42.57%
G = 7.29%
B = 50.15%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9219AC (or 0x9219AC) is known color: Dark Orchid. HEX triplet: 92, 19 and AC. RGB value is (146,25,172). Sum of RGB (Red+Green+Blue) = 146+25+172=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #9219AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9219AC is #6DE653. Grayscale: #4D4D4D. Windows color (decimal): -7202388 or 11278738. OLE color: 11278738.

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

Color convert

RGB 146 25 172 -
CMYK 0.15 0.85 0 0.33
HSL 289.39º 0.75% 0.39% -
HSV(B) 289.39º 0.85% 0.67% -
XYZ 19.65 9.78 39.88 -
YUV 77.94 181.09 176.55 -
System Red Green Blue C M Y K H S L
Decimal 146 25 172 0.15 0.85 0 0.33 289.39 0.75 0.39
Hex 92 19 AC F 55 0 21 121 4B 27
Octal 222 31 254 17 125 0 41 441 113 47
Binary 10010010 11001 10101100 1111 1010101 0 100001 100100001 1001011 100111

Color Harmonies of #9219AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9219AC

Black with #9219AC

Text Example


Text Example

White with #9219AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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