Html Css Color HEX #8F28AE Dark Orchid

📋 copy color: '#8F28AE'

red 143 ◦ green 40 ◦ blue 174

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

Shades of Dark Orchid #8F28AE

Tints of Dark Orchid #8F28AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.74%

R = 40.06%
G = 11.2%
B = 48.74%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F28AE (or 0x8F28AE) is known color: Dark Orchid. HEX triplet: 8F, 28 and AE. RGB value is (143,40,174). Sum of RGB (Red+Green+Blue) = 143+40+174=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F28AE is #70D751. Grayscale: #555555. Windows color (decimal): -7395154 or 11413647. OLE color: 11413647.

HSL color Cylindrical-coordinate representation of color #8F28AE: hue angle of 286.12º degrees, saturation: 0.63, 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 #8F28AE is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 40 174 -
CMYK 0.18 0.77 0 0.32
HSL 286.12º 0.63% 0.42% -
HSV(B) 286.12º 0.77% 0.68% -
XYZ 19.73 10.41 41.01 -
YUV 86.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 143 40 174 0.18 0.77 0 0.32 286.12 0.63 0.42
Hex 8F 28 AE 12 4D 0 20 11E 3F 2A
Octal 217 50 256 22 115 0 40 436 77 52
Binary 10001111 101000 10101110 10010 1001101 0 100000 100011110 111111 101010

Color Harmonies of #8F28AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F28AE

Black with #8F28AE

Text Example


Text Example

White with #8F28AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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