Html Css Color HEX #8D217E Dark Purple

📋 copy color: '#8D217E'

red 141 ◦ green 33 ◦ blue 126

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

Shades of Dark Purple #8D217E

Tints of Dark Purple #8D217E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42%

R = 47%
G = 11%
B = 42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D217E (or 0x8D217E) is known color: Dark Purple. HEX triplet: 8D, 21 and 7E. RGB value is (141,33,126). Sum of RGB (Red+Green+Blue) = 141+33+126=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D217E is #72DE81. Grayscale: #4B4B4B. Windows color (decimal): -7528066 or 8266125. OLE color: 8266125.

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

Color convert

RGB 141 33 126 -
CMYK 0 0.77 0.11 0.45
HSL 308.33º 0.62% 0.34% -
HSV(B) 308.33º 0.77% 0.55% -
XYZ 15.29 8.26 20.53 -
YUV 75.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 141 33 126 0 0.77 0.11 0.45 308.33 0.62 0.34
Hex 8D 21 7E 0 4D B 2D 134 3E 22
Octal 215 41 176 0 115 13 55 464 76 42
Binary 10001101 100001 1111110 0 1001101 1011 101101 100110100 111110 100010

Color Harmonies of #8D217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D217E

Black with #8D217E

Text Example


Text Example

White with #8D217E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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