Html Css Color HEX #8F19AE Dark Orchid

📋 copy color: '#8F19AE'

red 143 ◦ green 25 ◦ blue 174

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

Shades of Dark Orchid #8F19AE

Tints of Dark Orchid #8F19AE

RGB

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

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

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

R = 41.81%
G = 7.31%
B = 50.88%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F19AE (or 0x8F19AE) is known color: Dark Orchid. HEX triplet: 8F, 19 and AE. RGB value is (143,25,174). Sum of RGB (Red+Green+Blue) = 143+25+174=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F19AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F19AE is #70E651. Grayscale: #4C4C4C. Windows color (decimal): -7398994 or 11409807. OLE color: 11409807.

HSL color Cylindrical-coordinate representation of color #8F19AE: hue angle of 287.52º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F19AE is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 25 174 -
CMYK 0.18 0.86 0 0.32
HSL 287.52º 0.75% 0.39% -
HSV(B) 287.52º 0.86% 0.68% -
XYZ 19.32 9.59 40.88 -
YUV 77.27 182.59 174.88 -
System Red Green Blue C M Y K H S L
Decimal 143 25 174 0.18 0.86 0 0.32 287.52 0.75 0.39
Hex 8F 19 AE 12 56 0 20 120 4B 27
Octal 217 31 256 22 126 0 40 440 113 47
Binary 10001111 11001 10101110 10010 1010110 0 100000 100100000 1001011 100111

Color Harmonies of #8F19AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F19AE

Black with #8F19AE

Text Example


Text Example

White with #8F19AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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