Html Css Color HEX #8D287A Dark Purple

📋 copy color: '#8D287A'

red 141 ◦ green 40 ◦ blue 122

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

Shades of Dark Purple #8D287A

Tints of Dark Purple #8D287A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.26%

R = 46.53%
G = 13.2%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D287A (or 0x8D287A) is known color: Dark Purple. HEX triplet: 8D, 28 and 7A. RGB value is (141,40,122). Sum of RGB (Red+Green+Blue) = 141+40+122=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D287A is #72D785. Grayscale: #4F4F4F. Windows color (decimal): -7526278 or 8005773. OLE color: 8005773.

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

Color convert

RGB 141 40 122 -
CMYK 0 0.72 0.13 0.45
HSL 311.29º 0.56% 0.35% -
HSV(B) 311.29º 0.72% 0.55% -
XYZ 15.26 8.59 19.27 -
YUV 79.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 141 40 122 0 0.72 0.13 0.45 311.29 0.56 0.35
Hex 8D 28 7A 0 48 D 2D 137 38 23
Octal 215 50 172 0 110 15 55 467 70 43
Binary 10001101 101000 1111010 0 1001000 1101 101101 100110111 111000 100011

Color Harmonies of #8D287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D287A

Black with #8D287A

Text Example


Text Example

White with #8D287A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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