Html Css Color HEX #8D2188 Dark Purple

📋 copy color: '#8D2188'

red 141 ◦ green 33 ◦ blue 136

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

Shades of Dark Purple #8D2188

Tints of Dark Purple #8D2188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.87%

R = 45.48%
G = 10.65%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D2188 (or 0x8D2188) is known color: Dark Purple. HEX triplet: 8D, 21 and 88. RGB value is (141,33,136). Sum of RGB (Red+Green+Blue) = 141+33+136=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2188 is #72DE77. Grayscale: #4C4C4C. Windows color (decimal): -7528056 or 8921485. OLE color: 8921485.

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

Color convert

RGB 141 33 136 -
CMYK 0 0.77 0.04 0.45
HSL 302.78º 0.62% 0.34% -
HSV(B) 302.78º 0.77% 0.55% -
XYZ 15.97 8.53 24.1 -
YUV 77.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 141 33 136 0 0.77 0.04 0.45 302.78 0.62 0.34
Hex 8D 21 88 0 4D 4 2D 12F 3E 22
Octal 215 41 210 0 115 4 55 457 76 42
Binary 10001101 100001 10001000 0 1001101 100 101101 100101111 111110 100010

Color Harmonies of #8D2188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2188

Black with #8D2188

Text Example


Text Example

White with #8D2188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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