Html Css Color HEX #8C19B6 Dark Orchid

📋 copy color: '#8C19B6'

red 140 ◦ green 25 ◦ blue 182

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

Shades of Dark Orchid #8C19B6

Tints of Dark Orchid #8C19B6

RGB

 RED value IS 140 (55.08% from 255) = 40.35%

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

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

R = 40.35%
G = 7.2%
B = 52.45%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8C19B6 (or 0x8C19B6) is known color: Dark Orchid. HEX triplet: 8C, 19 and B6. RGB value is (140,25,182). Sum of RGB (Red+Green+Blue) = 140+25+182=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C19B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C19B6 is #73E649. Grayscale: #4C4C4C. Windows color (decimal): -7595594 or 11934092. OLE color: 11934092.

HSL color Cylindrical-coordinate representation of color #8C19B6: hue angle of 283.95º 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 #8C19B6 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 25 182 -
CMYK 0.23 0.86 0 0.29
HSL 283.95º 0.76% 0.41% -
HSV(B) 283.95º 0.86% 0.71% -
XYZ 19.61 9.65 45.08 -
YUV 77.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 140 25 182 0.23 0.86 0 0.29 283.95 0.76 0.41
Hex 8C 19 B6 17 56 0 1D 11C 4C 29
Octal 214 31 266 27 126 0 35 434 114 51
Binary 10001100 11001 10110110 10111 1010110 0 11101 100011100 1001100 101001

Color Harmonies of #8C19B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C19B6

Black with #8C19B6

Text Example


Text Example

White with #8C19B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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