Html Css Color HEX #8D217B Dark Purple

📋 copy color: '#8D217B'

red 141 ◦ green 33 ◦ blue 123

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

Shades of Dark Purple #8D217B

Tints of Dark Purple #8D217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.41%

R = 47.47%
G = 11.11%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8D217B (or 0x8D217B) is known color: Dark Purple. HEX triplet: 8D, 21 and 7B. RGB value is (141,33,123). Sum of RGB (Red+Green+Blue) = 141+33+123=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D217B is #72DE84. Grayscale: #4B4B4B. Windows color (decimal): -7528069 or 8069517. OLE color: 8069517.

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

Color convert

RGB 141 33 123 -
CMYK 0 0.77 0.13 0.45
HSL 310º 0.62% 0.34% -
HSV(B) 310º 0.77% 0.55% -
XYZ 15.1 8.18 19.52 -
YUV 75.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 141 33 123 0 0.77 0.13 0.45 310 0.62 0.34
Hex 8D 21 7B 0 4D D 2D 136 3E 22
Octal 215 41 173 0 115 15 55 466 76 42
Binary 10001101 100001 1111011 0 1001101 1101 101101 100110110 111110 100010

Color Harmonies of #8D217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D217B

Black with #8D217B

Text Example


Text Example

White with #8D217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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