Html Css Color HEX #8D2082 Dark Purple

📋 copy color: '#8D2082'

red 141 ◦ green 32 ◦ blue 130

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

Shades of Dark Purple #8D2082

Tints of Dark Purple #8D2082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

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

R = 46.53%
G = 10.56%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8D2082 (or 0x8D2082) is known color: Dark Purple. HEX triplet: 8D, 20 and 82. RGB value is (141,32,130). Sum of RGB (Red+Green+Blue) = 141+32+130=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2082 is #72DF7D. Grayscale: #4B4B4B. Windows color (decimal): -7528318 or 8528013. OLE color: 8528013.

HSL color Cylindrical-coordinate representation of color #8D2082: hue angle of 306.06º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2082 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 32 130 -
CMYK 0 0.77 0.08 0.45
HSL 306.06º 0.63% 0.34% -
HSV(B) 306.06º 0.77% 0.55% -
XYZ 15.53 8.31 21.9 -
YUV 75.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 141 32 130 0 0.77 0.08 0.45 306.06 0.63 0.34
Hex 8D 20 82 0 4D 8 2D 132 3F 22
Octal 215 40 202 0 115 10 55 462 77 42
Binary 10001101 100000 10000010 0 1001101 1000 101101 100110010 111111 100010

Color Harmonies of #8D2082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2082

Black with #8D2082

Text Example


Text Example

White with #8D2082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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