Html Css Color HEX #8D327A Dark Purple

📋 copy color: '#8D327A'

red 141 ◦ green 50 ◦ blue 122

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

Shades of Dark Purple #8D327A

Tints of Dark Purple #8D327A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

 BLUE value IS 122 (48.05% from 255) = 38.98%

R = 45.05%
G = 15.97%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D327A (or 0x8D327A) is known color: Dark Purple. HEX triplet: 8D, 32 and 7A. RGB value is (141,50,122). Sum of RGB (Red+Green+Blue) = 141+50+122=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D327A is #72CD85. Grayscale: #555555. Windows color (decimal): -7523718 or 8008333. OLE color: 8008333.

HSL color Cylindrical-coordinate representation of color #8D327A: hue angle of 312.53º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D327A is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 50 122 -
CMYK 0 0.65 0.13 0.45
HSL 312.53º 0.48% 0.37% -
HSV(B) 312.53º 0.65% 0.55% -
XYZ 15.64 9.35 19.39 -
YUV 85.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 141 50 122 0 0.65 0.13 0.45 312.53 0.48 0.37
Hex 8D 32 7A 0 41 D 2D 139 30 25
Octal 215 62 172 0 101 15 55 471 60 45
Binary 10001101 110010 1111010 0 1000001 1101 101101 100111001 110000 100101

Color Harmonies of #8D327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D327A

Black with #8D327A

Text Example


Text Example

White with #8D327A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,50,122); }

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

background-color css

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

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

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

border-color css

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

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

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