Html Css Color HEX #8D2C84 Dark Purple

📋 copy color: '#8D2C84'

red 141 ◦ green 44 ◦ blue 132

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

Shades of Dark Purple #8D2C84

Tints of Dark Purple #8D2C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.88%

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 44.48%
G = 13.88%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8D2C84 (or 0x8D2C84) is known color: Dark Purple. HEX triplet: 8D, 2C and 84. RGB value is (141,44,132). Sum of RGB (Red+Green+Blue) = 141+44+132=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2C84 is #72D37B. Grayscale: #525252. Windows color (decimal): -7525244 or 8662157. OLE color: 8662157.

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

Color convert

RGB 141 44 132 -
CMYK 0 0.69 0.06 0.45
HSL 305.57º 0.52% 0.36% -
HSV(B) 305.57º 0.69% 0.55% -
XYZ 16.05 9.13 22.75 -
YUV 83.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 141 44 132 0 0.69 0.06 0.45 305.57 0.52 0.36
Hex 8D 2C 84 0 45 6 2D 132 34 24
Octal 215 54 204 0 105 6 55 462 64 44
Binary 10001101 101100 10000100 0 1000101 110 101101 100110010 110100 100100

Color Harmonies of #8D2C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2C84

Black with #8D2C84

Text Example


Text Example

White with #8D2C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,44,132); }

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

background-color css

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

 a { background-color: rgb(141,44,132); }

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

border-color css

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

 span { border-color: rgb(141,44,132); }

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