Html Css Color HEX #8F20AD Dark Orchid

📋 copy color: '#8F20AD'

red 143 ◦ green 32 ◦ blue 173

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

Shades of Dark Orchid #8F20AD

Tints of Dark Orchid #8F20AD

RGB

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

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

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

R = 41.09%
G = 9.2%
B = 49.71%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F20AD (or 0x8F20AD) is known color: Dark Orchid. HEX triplet: 8F, 20 and AD. RGB value is (143,32,173). Sum of RGB (Red+Green+Blue) = 143+32+173=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F20AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F20AD is #70DF52. Grayscale: #505050. Windows color (decimal): -7397203 or 11346063. OLE color: 11346063.

HSL color Cylindrical-coordinate representation of color #8F20AD: hue angle of 287.23º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F20AD is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 32 173 -
CMYK 0.17 0.82 0 0.32
HSL 287.23º 0.69% 0.4% -
HSV(B) 287.23º 0.82% 0.68% -
XYZ 19.39 9.89 40.42 -
YUV 81.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 143 32 173 0.17 0.82 0 0.32 287.23 0.69 0.4
Hex 8F 20 AD 11 52 0 20 11F 45 28
Octal 217 40 255 21 122 0 40 437 105 50
Binary 10001111 100000 10101101 10001 1010010 0 100000 100011111 1000101 101000

Color Harmonies of #8F20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F20AD

Black with #8F20AD

Text Example


Text Example

White with #8F20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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