Html Css Color HEX #8F29AD Dark Orchid

📋 copy color: '#8F29AD'

red 143 ◦ green 41 ◦ blue 173

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

Shades of Dark Orchid #8F29AD

Tints of Dark Orchid #8F29AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.48%

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

R = 40.06%
G = 11.48%
B = 48.46%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F29AD (or 0x8F29AD) is known color: Dark Orchid. HEX triplet: 8F, 29 and AD. RGB value is (143,41,173). Sum of RGB (Red+Green+Blue) = 143+41+173=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F29AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F29AD is #70D652. Grayscale: #565656. Windows color (decimal): -7394899 or 11348367. OLE color: 11348367.

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

Color convert

RGB 143 41 173 -
CMYK 0.17 0.76 0 0.32
HSL 286.36º 0.62% 0.42% -
HSV(B) 286.36º 0.76% 0.68% -
XYZ 19.66 10.44 40.51 -
YUV 86.55 176.79 168.27 -
System Red Green Blue C M Y K H S L
Decimal 143 41 173 0.17 0.76 0 0.32 286.36 0.62 0.42
Hex 8F 29 AD 11 4C 0 20 11E 3E 2A
Octal 217 51 255 21 114 0 40 436 76 52
Binary 10001111 101001 10101101 10001 1001100 0 100000 100011110 111110 101010

Color Harmonies of #8F29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F29AD

Black with #8F29AD

Text Example


Text Example

White with #8F29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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