Html Css Color HEX #8F18AC Dark Orchid

📋 copy color: '#8F18AC'

red 143 ◦ green 24 ◦ blue 172

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

Shades of Dark Orchid #8F18AC

Tints of Dark Orchid #8F18AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.08%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 42.18%
G = 7.08%
B = 50.74%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F18AC (or 0x8F18AC) is known color: Dark Orchid. HEX triplet: 8F, 18 and AC. RGB value is (143,24,172). Sum of RGB (Red+Green+Blue) = 143+24+172=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F18AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F18AC is #70E753. Grayscale: #4B4B4B. Windows color (decimal): -7399252 or 11278479. OLE color: 11278479.

HSL color Cylindrical-coordinate representation of color #8F18AC: hue angle of 288.24º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F18AC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 24 172 -
CMYK 0.17 0.86 0 0.33
HSL 288.24º 0.76% 0.38% -
HSV(B) 288.24º 0.86% 0.67% -
XYZ 19.1 9.47 39.85 -
YUV 76.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 143 24 172 0.17 0.86 0 0.33 288.24 0.76 0.38
Hex 8F 18 AC 11 56 0 21 120 4C 26
Octal 217 30 254 21 126 0 41 440 114 46
Binary 10001111 11000 10101100 10001 1010110 0 100001 100100000 1001100 100110

Color Harmonies of #8F18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F18AC

Black with #8F18AC

Text Example


Text Example

White with #8F18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,24,172); }

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

background-color css

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

 a { background-color: rgb(143,24,172); }

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

border-color css

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

 span { border-color: rgb(143,24,172); }

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