Html Css Color HEX #9220C9 Dark Orchid

📋 copy color: '#9220C9'

red 146 ◦ green 32 ◦ blue 201

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

Shades of Dark Orchid #9220C9

Tints of Dark Orchid #9220C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.03%

R = 38.52%
G = 8.44%
B = 53.03%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9220C9 (or 0x9220C9) is known color: Dark Orchid. HEX triplet: 92, 20 and C9. RGB value is (146,32,201). Sum of RGB (Red+Green+Blue) = 146+32+201=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #9220C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9220C9 is #6DDF36. Grayscale: #545454. Windows color (decimal): -7200567 or 13181074. OLE color: 13181074.

HSL color Cylindrical-coordinate representation of color #9220C9: hue angle of 280.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9220C9 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 32 201 -
CMYK 0.27 0.84 0 0.21
HSL 280.47º 0.73% 0.46% -
HSV(B) 280.47º 0.84% 0.79% -
XYZ 22.91 11.36 56.24 -
YUV 85.35 193.27 171.26 -
System Red Green Blue C M Y K H S L
Decimal 146 32 201 0.27 0.84 0 0.21 280.47 0.73 0.46
Hex 92 20 C9 1B 54 0 15 118 49 2E
Octal 222 40 311 33 124 0 25 430 111 56
Binary 10010010 100000 11001001 11011 1010100 0 10101 100011000 1001001 101110

Color Harmonies of #9220C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9220C9

Black with #9220C9

Text Example


Text Example

White with #9220C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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