Html Css Color HEX #8D1A6E Dark Purple

📋 copy color: '#8D1A6E'

red 141 ◦ green 26 ◦ blue 110

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

Shades of Dark Purple #8D1A6E

Tints of Dark Purple #8D1A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.39%

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

R = 50.9%
G = 9.39%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D1A6E (or 0x8D1A6E) is known color: Dark Purple. HEX triplet: 8D, 1A and 6E. RGB value is (141,26,110). Sum of RGB (Red+Green+Blue) = 141+26+110=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1A6E is #72E591. Grayscale: #454545. Windows color (decimal): -7529874 or 7215757. OLE color: 7215757.

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

Color convert

RGB 141 26 110 -
CMYK 0 0.82 0.22 0.45
HSL 316.17º 0.69% 0.33% -
HSV(B) 316.17º 0.82% 0.55% -
XYZ 14.17 7.53 15.46 -
YUV 69.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 141 26 110 0 0.82 0.22 0.45 316.17 0.69 0.33
Hex 8D 1A 6E 0 52 16 2D 13C 45 21
Octal 215 32 156 0 122 26 55 474 105 41
Binary 10001101 11010 1101110 0 1010010 10110 101101 100111100 1000101 100001

Color Harmonies of #8D1A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1A6E

Black with #8D1A6E

Text Example


Text Example

White with #8D1A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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