Html Css Color HEX #9218AC Dark Orchid

📋 copy color: '#9218AC'

red 146 ◦ green 24 ◦ blue 172

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

Shades of Dark Orchid #9218AC

Tints of Dark Orchid #9218AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

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

R = 42.69%
G = 7.02%
B = 50.29%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9218AC (or 0x9218AC) is known color: Dark Orchid. HEX triplet: 92, 18 and AC. RGB value is (146,24,172). Sum of RGB (Red+Green+Blue) = 146+24+172=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #9218AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9218AC is #6DE753. Grayscale: #4C4C4C. Windows color (decimal): -7202644 or 11278482. OLE color: 11278482.

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

Color convert

RGB 146 24 172 -
CMYK 0.15 0.86 0 0.33
HSL 289.46º 0.76% 0.38% -
HSV(B) 289.46º 0.86% 0.67% -
XYZ 19.63 9.74 39.88 -
YUV 77.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 146 24 172 0.15 0.86 0 0.33 289.46 0.76 0.38
Hex 92 18 AC F 56 0 21 121 4C 26
Octal 222 30 254 17 126 0 41 441 114 46
Binary 10010010 11000 10101100 1111 1010110 0 100001 100100001 1001100 100110

Color Harmonies of #9218AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9218AC

Black with #9218AC

Text Example


Text Example

White with #9218AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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