Html Css Color HEX #8F19B6 Dark Orchid

📋 copy color: '#8F19B6'

red 143 ◦ green 25 ◦ blue 182

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

Shades of Dark Orchid #8F19B6

Tints of Dark Orchid #8F19B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 52%

R = 40.86%
G = 7.14%
B = 52%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8F19B6 (or 0x8F19B6) is known color: Dark Orchid. HEX triplet: 8F, 19 and B6. RGB value is (143,25,182). Sum of RGB (Red+Green+Blue) = 143+25+182=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #8F19B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F19B6 is #70E649. Grayscale: #4D4D4D. Windows color (decimal): -7398986 or 11934095. OLE color: 11934095.

HSL color Cylindrical-coordinate representation of color #8F19B6: hue angle of 285.1º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F19B6 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 25 182 -
CMYK 0.21 0.86 0 0.29
HSL 285.1º 0.76% 0.41% -
HSV(B) 285.1º 0.86% 0.71% -
XYZ 20.12 9.91 45.11 -
YUV 78.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 143 25 182 0.21 0.86 0 0.29 285.1 0.76 0.41
Hex 8F 19 B6 15 56 0 1D 11D 4C 29
Octal 217 31 266 25 126 0 35 435 114 51
Binary 10001111 11001 10110110 10101 1010110 0 11101 100011101 1001100 101001

Color Harmonies of #8F19B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F19B6

Black with #8F19B6

Text Example


Text Example

White with #8F19B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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