Html Css Color HEX #8F22AD Dark Orchid

📋 copy color: '#8F22AD'

red 143 ◦ green 34 ◦ blue 173

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

Shades of Dark Orchid #8F22AD

Tints of Dark Orchid #8F22AD

RGB

 RED value IS 143 (56.25% from 255) = 40.86%

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

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

R = 40.86%
G = 9.71%
B = 49.43%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F22AD (or 0x8F22AD) is known color: Dark Orchid. HEX triplet: 8F, 22 and AD. RGB value is (143,34,173). Sum of RGB (Red+Green+Blue) = 143+34+173=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F22AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F22AD is #70DD52. Grayscale: #515151. Windows color (decimal): -7396691 or 11346575. OLE color: 11346575.

HSL color Cylindrical-coordinate representation of color #8F22AD: hue angle of 287.05º 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 #8F22AD is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 34 173 -
CMYK 0.17 0.80 0 0.32
HSL 287.05º 0.67% 0.41% -
HSV(B) 287.05º 0.8% 0.68% -
XYZ 19.44 10 40.44 -
YUV 82.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 143 34 173 0.17 0.80 0 0.32 287.05 0.67 0.41
Hex 8F 22 AD 11 50 0 20 11F 43 29
Octal 217 42 255 21 120 0 40 437 103 51
Binary 10001111 100010 10101101 10001 1010000 0 100000 100011111 1000011 101001

Color Harmonies of #8F22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F22AD

Black with #8F22AD

Text Example


Text Example

White with #8F22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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