Html Css Color HEX #8D266D Dark Purple

📋 copy color: '#8D266D'

red 141 ◦ green 38 ◦ blue 109

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

Shades of Dark Purple #8D266D

Tints of Dark Purple #8D266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 48.96%
G = 13.19%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D266D (or 0x8D266D) is known color: Dark Purple. HEX triplet: 8D, 26 and 6D. RGB value is (141,38,109). Sum of RGB (Red+Green+Blue) = 141+38+109=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D266D is #72D992. Grayscale: #4C4C4C. Windows color (decimal): -7526803 or 7153293. OLE color: 7153293.

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

Color convert

RGB 141 38 109 -
CMYK 0 0.73 0.23 0.45
HSL 318.64º 0.58% 0.35% -
HSV(B) 318.64º 0.73% 0.55% -
XYZ 14.44 8.15 15.28 -
YUV 76.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 141 38 109 0 0.73 0.23 0.45 318.64 0.58 0.35
Hex 8D 26 6D 0 49 17 2D 13F 3A 23
Octal 215 46 155 0 111 27 55 477 72 43
Binary 10001101 100110 1101101 0 1001001 10111 101101 100111111 111010 100011

Color Harmonies of #8D266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D266D

Black with #8D266D

Text Example


Text Example

White with #8D266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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