Html Css Color HEX #8D286E Dark Purple

📋 copy color: '#8D286E'

red 141 ◦ green 40 ◦ blue 110

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

Shades of Dark Purple #8D286E

Tints of Dark Purple #8D286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

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

R = 48.45%
G = 13.75%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D286E (or 0x8D286E) is known color: Dark Purple. HEX triplet: 8D, 28 and 6E. RGB value is (141,40,110). Sum of RGB (Red+Green+Blue) = 141+40+110=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D286E is #72D791. Grayscale: #4D4D4D. Windows color (decimal): -7526290 or 7219341. OLE color: 7219341.

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

Color convert

RGB 141 40 110 -
CMYK 0 0.72 0.22 0.45
HSL 318.42º 0.56% 0.35% -
HSV(B) 318.42º 0.72% 0.55% -
XYZ 14.56 8.31 15.59 -
YUV 78.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 141 40 110 0 0.72 0.22 0.45 318.42 0.56 0.35
Hex 8D 28 6E 0 48 16 2D 13E 38 23
Octal 215 50 156 0 110 26 55 476 70 43
Binary 10001101 101000 1101110 0 1001000 10110 101101 100111110 111000 100011

Color Harmonies of #8D286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D286E

Black with #8D286E

Text Example


Text Example

White with #8D286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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