Html Css Color HEX #9220CD Dark Orchid

📋 copy color: '#9220CD'

red 146 ◦ green 32 ◦ blue 205

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

Shades of Dark Orchid #9220CD

Tints of Dark Orchid #9220CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 38.12%
G = 8.36%
B = 53.52%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9220CD (or 0x9220CD) is known color: Dark Orchid. HEX triplet: 92, 20 and CD. RGB value is (146,32,205). Sum of RGB (Red+Green+Blue) = 146+32+205=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #9220CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9220CD is #6DDF32. Grayscale: #555555. Windows color (decimal): -7200563 or 13443218. OLE color: 13443218.

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

Color convert

RGB 146 32 205 -
CMYK 0.29 0.84 0 0.20
HSL 279.54º 0.73% 0.46% -
HSV(B) 279.54º 0.84% 0.8% -
XYZ 23.39 11.55 58.75 -
YUV 85.81 195.27 170.93 -
System Red Green Blue C M Y K H S L
Decimal 146 32 205 0.29 0.84 0 0.20 279.54 0.73 0.46
Hex 92 20 CD 1D 54 0 14 118 49 2E
Octal 222 40 315 35 124 0 24 430 111 56
Binary 10010010 100000 11001101 11101 1010100 0 10100 100011000 1001001 101110

Color Harmonies of #9220CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9220CD

Black with #9220CD

Text Example


Text Example

White with #9220CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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