Html Css Color HEX #8D208D Dark Purple

📋 copy color: '#8D208D'

red 141 ◦ green 32 ◦ blue 141

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

Shades of Dark Purple #8D208D

Tints of Dark Purple #8D208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.9%

R = 44.9%
G = 10.19%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8D208D (or 0x8D208D) is known color: Dark Purple. HEX triplet: 8D, 20 and 8D. RGB value is (141,32,141). Sum of RGB (Red+Green+Blue) = 141+32+141=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D208D is #72DF72. Grayscale: #4C4C4C. Windows color (decimal): -7528307 or 9248909. OLE color: 9248909.

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

Color convert

RGB 141 32 141 -
CMYK 0 0.77 0 0.45
HSL 300º 0.63% 0.34% -
HSV(B) 300º 0.77% 0.55% -
XYZ 16.31 8.62 26 -
YUV 77.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 141 32 141 0 0.77 0 0.45 300 0.63 0.34
Hex 8D 20 8D 0 4D 0 2D 12C 3F 22
Octal 215 40 215 0 115 0 55 454 77 42
Binary 10001101 100000 10001101 0 1001101 0 101101 100101100 111111 100010

Color Harmonies of #8D208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D208D

Black with #8D208D

Text Example


Text Example

White with #8D208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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