Html Css Color HEX #8D206B Dark Purple

📋 copy color: '#8D206B'

red 141 ◦ green 32 ◦ blue 107

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

Shades of Dark Purple #8D206B

Tints of Dark Purple #8D206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 50.36%
G = 11.43%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8D206B (or 0x8D206B) is known color: Dark Purple. HEX triplet: 8D, 20 and 6B. RGB value is (141,32,107). Sum of RGB (Red+Green+Blue) = 141+32+107=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D206B is #72DF94. Grayscale: #484848. Windows color (decimal): -7528341 or 7020685. OLE color: 7020685.

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

Color convert

RGB 141 32 107 -
CMYK 0 0.77 0.24 0.45
HSL 318.72º 0.63% 0.34% -
HSV(B) 318.72º 0.77% 0.55% -
XYZ 14.15 7.76 14.66 -
YUV 73.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 141 32 107 0 0.77 0.24 0.45 318.72 0.63 0.34
Hex 8D 20 6B 0 4D 18 2D 13F 3F 22
Octal 215 40 153 0 115 30 55 477 77 42
Binary 10001101 100000 1101011 0 1001101 11000 101101 100111111 111111 100010

Color Harmonies of #8D206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D206B

Black with #8D206B

Text Example


Text Example

White with #8D206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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