Html Css Color HEX #8D218B Dark Purple

📋 copy color: '#8D218B'

red 141 ◦ green 33 ◦ blue 139

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

Shades of Dark Purple #8D218B

Tints of Dark Purple #8D218B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 45.05%
G = 10.54%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#8D218B (or 0x8D218B) is known color: Dark Purple. HEX triplet: 8D, 21 and 8B. RGB value is (141,33,139). Sum of RGB (Red+Green+Blue) = 141+33+139=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D218B is #72DE74. Grayscale: #4D4D4D. Windows color (decimal): -7528053 or 9118093. OLE color: 9118093.

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

Color convert

RGB 141 33 139 -
CMYK 0 0.77 0.01 0.45
HSL 301.11º 0.62% 0.34% -
HSV(B) 301.11º 0.77% 0.55% -
XYZ 16.19 8.61 25.24 -
YUV 77.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 141 33 139 0 0.77 0.01 0.45 301.11 0.62 0.34
Hex 8D 21 8B 0 4D 1 2D 12D 3E 22
Octal 215 41 213 0 115 1 55 455 76 42
Binary 10001101 100001 10001011 0 1001101 1 101101 100101101 111110 100010

Color Harmonies of #8D218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D218B

Black with #8D218B

Text Example


Text Example

White with #8D218B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,33,139); }

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

background-color css

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

 a { background-color: rgb(141,33,139); }

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

border-color css

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

 span { border-color: rgb(141,33,139); }

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