Html Css Color HEX #8F28AD Dark Orchid

📋 copy color: '#8F28AD'

red 143 ◦ green 40 ◦ blue 173

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

Shades of Dark Orchid #8F28AD

Tints of Dark Orchid #8F28AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.24%

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

R = 40.17%
G = 11.24%
B = 48.6%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F28AD (or 0x8F28AD) is known color: Dark Orchid. HEX triplet: 8F, 28 and AD. RGB value is (143,40,173). Sum of RGB (Red+Green+Blue) = 143+40+173=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F28AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F28AD is #70D752. Grayscale: #555555. Windows color (decimal): -7395155 or 11348111. OLE color: 11348111.

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

Color convert

RGB 143 40 173 -
CMYK 0.17 0.77 0 0.32
HSL 286.47º 0.62% 0.42% -
HSV(B) 286.47º 0.77% 0.68% -
XYZ 19.63 10.37 40.5 -
YUV 85.96 177.12 168.69 -
System Red Green Blue C M Y K H S L
Decimal 143 40 173 0.17 0.77 0 0.32 286.47 0.62 0.42
Hex 8F 28 AD 11 4D 0 20 11E 3E 2A
Octal 217 50 255 21 115 0 40 436 76 52
Binary 10001111 101000 10101101 10001 1001101 0 100000 100011110 111110 101010

Color Harmonies of #8F28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F28AD

Black with #8F28AD

Text Example


Text Example

White with #8F28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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