Html Css Color HEX #8D1384 Dark Purple

📋 copy color: '#8D1384'

red 141 ◦ green 19 ◦ blue 132

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

Shades of Dark Purple #8D1384

Tints of Dark Purple #8D1384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.51%

 BLUE value IS 132 (51.95% from 255) = 45.21%

R = 48.29%
G = 6.51%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8D1384 (or 0x8D1384) is known color: Dark Purple. HEX triplet: 8D, 13 and 84. RGB value is (141,19,132). Sum of RGB (Red+Green+Blue) = 141+19+132=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1384 is #72EC7B. Grayscale: #444444. Windows color (decimal): -7531644 or 8655757. OLE color: 8655757.

HSL color Cylindrical-coordinate representation of color #8D1384: hue angle of 304.43º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1384 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 19 132 -
CMYK 0 0.87 0.06 0.45
HSL 304.43º 0.76% 0.31% -
HSV(B) 304.43º 0.87% 0.55% -
XYZ 15.38 7.79 22.52 -
YUV 68.36 163.92 179.81 -
System Red Green Blue C M Y K H S L
Decimal 141 19 132 0 0.87 0.06 0.45 304.43 0.76 0.31
Hex 8D 13 84 0 57 6 2D 130 4C 1F
Octal 215 23 204 0 127 6 55 460 114 37
Binary 10001101 10011 10000100 0 1010111 110 101101 100110000 1001100 11111

Color Harmonies of #8D1384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1384

Black with #8D1384

Text Example


Text Example

White with #8D1384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,19,132); }

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

background-color css

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

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

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

border-color css

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

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

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