Html Css Color HEX #8F19B4 Dark Orchid

📋 copy color: '#8F19B4'

red 143 ◦ green 25 ◦ blue 180

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

Shades of Dark Orchid #8F19B4

Tints of Dark Orchid #8F19B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 51.72%

R = 41.09%
G = 7.18%
B = 51.72%

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

#8F19B4 (or 0x8F19B4) is known color: Dark Orchid. HEX triplet: 8F, 19 and B4. RGB value is (143,25,180). Sum of RGB (Red+Green+Blue) = 143+25+180=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 180 (70.70% from 255 or 51.72% from 348); Max value from RGB is 180 - color contains mainly: blue. Hex color #8F19B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F19B4 is #70E64B. Grayscale: #4D4D4D. Windows color (decimal): -7398988 or 11803023. OLE color: 11803023.

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

Color convert

RGB 143 25 180 -
CMYK 0.21 0.86 0 0.29
HSL 285.68º 0.76% 0.4% -
HSV(B) 285.68º 0.86% 0.71% -
XYZ 19.91 9.83 44.03 -
YUV 77.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 143 25 180 0.21 0.86 0 0.29 285.68 0.76 0.4
Hex 8F 19 B4 15 56 0 1D 11E 4C 28
Octal 217 31 264 25 126 0 35 436 114 50
Binary 10001111 11001 10110100 10101 1010110 0 11101 100011110 1001100 101000

Color Harmonies of #8F19B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F19B4

Black with #8F19B4

Text Example


Text Example

White with #8F19B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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