Html Css Color HEX #8D3482 Dark Purple

📋 copy color: '#8D3482'

red 141 ◦ green 52 ◦ blue 130

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

Shades of Dark Purple #8D3482

Tints of Dark Purple #8D3482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.1%

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

R = 43.65%
G = 16.1%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#8D3482 (or 0x8D3482) is known color: Dark Purple. HEX triplet: 8D, 34 and 82. RGB value is (141,52,130). Sum of RGB (Red+Green+Blue) = 141+52+130=323 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.65% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3482 is #72CB7D. Grayscale: #575757. Windows color (decimal): -7523198 or 8533133. OLE color: 8533133.

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

Color convert

RGB 141 52 130 -
CMYK 0 0.63 0.08 0.45
HSL 307.42º 0.46% 0.38% -
HSV(B) 307.42º 0.63% 0.55% -
XYZ 16.24 9.73 22.14 -
YUV 87.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 141 52 130 0 0.63 0.08 0.45 307.42 0.46 0.38
Hex 8D 34 82 0 3F 8 2D 133 2E 26
Octal 215 64 202 0 77 10 55 463 56 46
Binary 10001101 110100 10000010 0 111111 1000 101101 100110011 101110 100110

Color Harmonies of #8D3482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3482

Black with #8D3482

Text Example


Text Example

White with #8D3482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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