Html Css Color HEX #8F19AC Dark Orchid

📋 copy color: '#8F19AC'

red 143 ◦ green 25 ◦ blue 172

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

Shades of Dark Orchid #8F19AC

Tints of Dark Orchid #8F19AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.35%

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

R = 42.06%
G = 7.35%
B = 50.59%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F19AC (or 0x8F19AC) is known color: Dark Orchid. HEX triplet: 8F, 19 and AC. RGB value is (143,25,172). Sum of RGB (Red+Green+Blue) = 143+25+172=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F19AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F19AC is #70E653. Grayscale: #4C4C4C. Windows color (decimal): -7398996 or 11278735. OLE color: 11278735.

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

Color convert

RGB 143 25 172 -
CMYK 0.17 0.85 0 0.33
HSL 288.16º 0.75% 0.39% -
HSV(B) 288.16º 0.85% 0.67% -
XYZ 19.12 9.51 39.86 -
YUV 77.04 181.59 175.05 -
System Red Green Blue C M Y K H S L
Decimal 143 25 172 0.17 0.85 0 0.33 288.16 0.75 0.39
Hex 8F 19 AC 11 55 0 21 120 4B 27
Octal 217 31 254 21 125 0 41 440 113 47
Binary 10001111 11001 10101100 10001 1010101 0 100001 100100000 1001011 100111

Color Harmonies of #8F19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F19AC

Black with #8F19AC

Text Example


Text Example

White with #8F19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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