Html Css Color HEX #8F218D Dark Purple

📋 copy color: '#8F218D'

red 143 ◦ green 33 ◦ blue 141

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

Shades of Dark Purple #8F218D

Tints of Dark Purple #8F218D

RGB

 RED value IS 143 (56.25% from 255) = 45.11%

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

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 45.11%
G = 10.41%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F218D (or 0x8F218D) is known color: Dark Purple. HEX triplet: 8F, 21 and 8D. RGB value is (143,33,141). Sum of RGB (Red+Green+Blue) = 143+33+141=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 143 - color contains mainly: red. Hex color #8F218D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F218D is #70DE72. Grayscale: #4D4D4D. Windows color (decimal): -7396979 or 9249167. OLE color: 9249167.

HSL color Cylindrical-coordinate representation of color #8F218D: hue angle of 301.09º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F218D is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 33 141 -
CMYK 0 0.77 0.01 0.44
HSL 301.09º 0.63% 0.35% -
HSV(B) 301.09º 0.77% 0.56% -
XYZ 16.68 8.85 26.03 -
YUV 78.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 143 33 141 0 0.77 0.01 0.44 301.09 0.63 0.35
Hex 8F 21 8D 0 4D 1 2C 12D 3E 23
Octal 217 41 215 0 115 1 54 455 76 43
Binary 10001111 100001 10001101 0 1001101 1 101100 100101101 111110 100011

Color Harmonies of #8F218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F218D

Black with #8F218D

Text Example


Text Example

White with #8F218D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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