Html Css Color HEX #8C22AD Dark Orchid

📋 copy color: '#8C22AD'

red 140 ◦ green 34 ◦ blue 173

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

Shades of Dark Orchid #8C22AD

Tints of Dark Orchid #8C22AD

RGB

 RED value IS 140 (55.08% from 255) = 40.35%

 GREEN value IS 34 (13.67% from 255) = 9.8%

 BLUE value IS 173 (67.97% from 255) = 49.86%

R = 40.35%
G = 9.8%
B = 49.86%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C22AD (or 0x8C22AD) is known color: Dark Orchid. HEX triplet: 8C, 22 and AD. RGB value is (140,34,173). Sum of RGB (Red+Green+Blue) = 140+34+173=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C22AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C22AD is #73DD52. Grayscale: #515151. Windows color (decimal): -7593299 or 11346572. OLE color: 11346572.

HSL color Cylindrical-coordinate representation of color #8C22AD: hue angle of 285.76º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C22AD is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 34 173 -
CMYK 0.19 0.80 0 0.32
HSL 285.76º 0.67% 0.41% -
HSV(B) 285.76º 0.8% 0.68% -
XYZ 18.93 9.74 40.42 -
YUV 81.54 179.62 169.7 -
System Red Green Blue C M Y K H S L
Decimal 140 34 173 0.19 0.80 0 0.32 285.76 0.67 0.41
Hex 8C 22 AD 13 50 0 20 11E 43 29
Octal 214 42 255 23 120 0 40 436 103 51
Binary 10001100 100010 10101101 10011 1010000 0 100000 100011110 1000011 101001

Color Harmonies of #8C22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C22AD

Black with #8C22AD

Text Example


Text Example

White with #8C22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C22AD; }

 p { color: rgb(140,34,173); }

 H1.HeaderClassName
 {
   color: #8C22AD;
 }
 .AnyTagClassName
 {
   color: #8C22AD;
 }
</style>

background-color css

<style>
 a { background-color: #8C22AD; }

 a { background-color: rgb(140,34,173); }

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

border-color css

<style>
 span { border-color: #8C22AD; }

 span { border-color: rgb(140,34,173); }

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