Html Css Color HEX #8D266E Dark Purple

📋 copy color: '#8D266E'

red 141 ◦ green 38 ◦ blue 110

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

Shades of Dark Purple #8D266E

Tints of Dark Purple #8D266E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.15%

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

R = 48.79%
G = 13.15%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D266E (or 0x8D266E) is known color: Dark Purple. HEX triplet: 8D, 26 and 6E. RGB value is (141,38,110). Sum of RGB (Red+Green+Blue) = 141+38+110=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D266E is #72D991. Grayscale: #4C4C4C. Windows color (decimal): -7526802 or 7218829. OLE color: 7218829.

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

Color convert

RGB 141 38 110 -
CMYK 0 0.73 0.22 0.45
HSL 318.06º 0.58% 0.35% -
HSV(B) 318.06º 0.73% 0.55% -
XYZ 14.49 8.17 15.57 -
YUV 77.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 141 38 110 0 0.73 0.22 0.45 318.06 0.58 0.35
Hex 8D 26 6E 0 49 16 2D 13E 3A 23
Octal 215 46 156 0 111 26 55 476 72 43
Binary 10001101 100110 1101110 0 1001001 10110 101101 100111110 111010 100011

Color Harmonies of #8D266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D266E

Black with #8D266E

Text Example


Text Example

White with #8D266E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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