Html Css Color HEX #8D287D Dark Purple

📋 copy color: '#8D287D'

red 141 ◦ green 40 ◦ blue 125

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

Shades of Dark Purple #8D287D

Tints of Dark Purple #8D287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 46.08%
G = 13.07%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D287D (or 0x8D287D) is known color: Dark Purple. HEX triplet: 8D, 28 and 7D. RGB value is (141,40,125). Sum of RGB (Red+Green+Blue) = 141+40+125=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D287D is #72D782. Grayscale: #4F4F4F. Windows color (decimal): -7526275 or 8202381. OLE color: 8202381.

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

Color convert

RGB 141 40 125 -
CMYK 0 0.72 0.11 0.45
HSL 309.5º 0.56% 0.35% -
HSV(B) 309.5º 0.72% 0.55% -
XYZ 15.44 8.66 20.26 -
YUV 79.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 141 40 125 0 0.72 0.11 0.45 309.5 0.56 0.35
Hex 8D 28 7D 0 48 B 2D 136 38 23
Octal 215 50 175 0 110 13 55 466 70 43
Binary 10001101 101000 1111101 0 1001000 1011 101101 100110110 111000 100011

Color Harmonies of #8D287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D287D

Black with #8D287D

Text Example


Text Example

White with #8D287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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