Html Css Color HEX #9220C6 Dark Orchid

📋 copy color: '#9220C6'

red 146 ◦ green 32 ◦ blue 198

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

Shades of Dark Orchid #9220C6

Tints of Dark Orchid #9220C6

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.51%

 BLUE value IS 198 (77.73% from 255) = 52.66%

R = 38.83%
G = 8.51%
B = 52.66%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9220C6 (or 0x9220C6) is known color: Dark Orchid. HEX triplet: 92, 20 and C6. RGB value is (146,32,198). Sum of RGB (Red+Green+Blue) = 146+32+198=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #9220C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9220C6 is #6DDF39. Grayscale: #545454. Windows color (decimal): -7200570 or 12984466. OLE color: 12984466.

HSL color Cylindrical-coordinate representation of color #9220C6: hue angle of 281.2º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9220C6 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 32 198 -
CMYK 0.26 0.84 0 0.22
HSL 281.2º 0.72% 0.45% -
HSV(B) 281.2º 0.84% 0.78% -
XYZ 22.56 11.22 54.4 -
YUV 85.01 191.77 171.5 -
System Red Green Blue C M Y K H S L
Decimal 146 32 198 0.26 0.84 0 0.22 281.2 0.72 0.45
Hex 92 20 C6 1A 54 0 16 119 48 2D
Octal 222 40 306 32 124 0 26 431 110 55
Binary 10010010 100000 11000110 11010 1010100 0 10110 100011001 1001000 101101

Color Harmonies of #9220C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9220C6

Black with #9220C6

Text Example


Text Example

White with #9220C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9220C6; }

 p { color: rgb(146,32,198); }

 H1.HeaderClassName
 {
   color: #9220C6;
 }
 .AnyTagClassName
 {
   color: #9220C6;
 }
</style>

background-color css

<style>
 a { background-color: #9220C6; }

 a { background-color: rgb(146,32,198); }

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

border-color css

<style>
 span { border-color: #9220C6; }

 span { border-color: rgb(146,32,198); }

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