Html Css Color HEX #8D3386 Dark Purple

📋 copy color: '#8D3386'

red 141 ◦ green 51 ◦ blue 134

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

Shades of Dark Purple #8D3386

Tints of Dark Purple #8D3386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.64%

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 43.25%
G = 15.64%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#8D3386 (or 0x8D3386) is known color: Dark Purple. HEX triplet: 8D, 33 and 86. RGB value is (141,51,134). Sum of RGB (Red+Green+Blue) = 141+51+134=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3386 is #72CC79. Grayscale: #575757. Windows color (decimal): -7523450 or 8795021. OLE color: 8795021.

HSL color Cylindrical-coordinate representation of color #8D3386: hue angle of 304.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D3386 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 51 134 -
CMYK 0 0.64 0.05 0.45
HSL 304.67º 0.47% 0.38% -
HSV(B) 304.67º 0.64% 0.55% -
XYZ 16.47 9.75 23.57 -
YUV 87.37 154.32 166.25 -
System Red Green Blue C M Y K H S L
Decimal 141 51 134 0 0.64 0.05 0.45 304.67 0.47 0.38
Hex 8D 33 86 0 40 5 2D 131 2F 26
Octal 215 63 206 0 100 5 55 461 57 46
Binary 10001101 110011 10000110 0 1000000 101 101101 100110001 101111 100110

Color Harmonies of #8D3386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3386

Black with #8D3386

Text Example


Text Example

White with #8D3386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,51,134); }

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

background-color css

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

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

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

border-color css

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

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

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