Html Css Color HEX #8D166E Dark Purple

📋 copy color: '#8D166E'

red 141 ◦ green 22 ◦ blue 110

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

Shades of Dark Purple #8D166E

Tints of Dark Purple #8D166E

RGB

 RED value IS 141 (55.47% from 255) = 51.65%

 GREEN value IS 22 (8.98% from 255) = 8.06%

 BLUE value IS 110 (43.36% from 255) = 40.29%

R = 51.65%
G = 8.06%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D166E (or 0x8D166E) is known color: Dark Purple. HEX triplet: 8D, 16 and 6E. RGB value is (141,22,110). Sum of RGB (Red+Green+Blue) = 141+22+110=273 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.65% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 141 - color contains mainly: red. Hex color #8D166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D166E is #72E991. Grayscale: #434343. Windows color (decimal): -7530898 or 7214733. OLE color: 7214733.

HSL color Cylindrical-coordinate representation of color #8D166E: hue angle of 315.63º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D166E is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 22 110 -
CMYK 0 0.84 0.22 0.45
HSL 315.63º 0.73% 0.32% -
HSV(B) 315.63º 0.84% 0.55% -
XYZ 14.09 7.36 15.43 -
YUV 67.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 141 22 110 0 0.84 0.22 0.45 315.63 0.73 0.32
Hex 8D 16 6E 0 54 16 2D 13C 49 20
Octal 215 26 156 0 124 26 55 474 111 40
Binary 10001101 10110 1101110 0 1010100 10110 101101 100111100 1001001 100000

Color Harmonies of #8D166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D166E

Black with #8D166E

Text Example


Text Example

White with #8D166E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,22,110); }

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

background-color css

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

 a { background-color: rgb(141,22,110); }

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

border-color css

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

 span { border-color: rgb(141,22,110); }

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