Html Css Color HEX #8D2C82 Dark Purple

📋 copy color: '#8D2C82'

red 141 ◦ green 44 ◦ blue 130

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

Shades of Dark Purple #8D2C82

Tints of Dark Purple #8D2C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 44.76%
G = 13.97%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8D2C82 (or 0x8D2C82) is known color: Dark Purple. HEX triplet: 8D, 2C and 82. RGB value is (141,44,130). Sum of RGB (Red+Green+Blue) = 141+44+130=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2C82 is #72D37D. Grayscale: #525252. Windows color (decimal): -7525246 or 8531085. OLE color: 8531085.

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

Color convert

RGB 141 44 130 -
CMYK 0 0.69 0.08 0.45
HSL 306.8º 0.52% 0.36% -
HSV(B) 306.8º 0.69% 0.55% -
XYZ 15.91 9.08 22.03 -
YUV 82.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 141 44 130 0 0.69 0.08 0.45 306.8 0.52 0.36
Hex 8D 2C 82 0 45 8 2D 133 34 24
Octal 215 54 202 0 105 10 55 463 64 44
Binary 10001101 101100 10000010 0 1000101 1000 101101 100110011 110100 100100

Color Harmonies of #8D2C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2C82

Black with #8D2C82

Text Example


Text Example

White with #8D2C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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