Html Css Color HEX #8F2179 Dark Purple

📋 copy color: '#8F2179'

red 143 ◦ green 33 ◦ blue 121

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

Shades of Dark Purple #8F2179

Tints of Dark Purple #8F2179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.74%

R = 48.15%
G = 11.11%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F2179 (or 0x8F2179) is known color: Dark Purple. HEX triplet: 8F, 21 and 79. RGB value is (143,33,121). Sum of RGB (Red+Green+Blue) = 143+33+121=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2179 is #70DE86. Grayscale: #4B4B4B. Windows color (decimal): -7396999 or 7938447. OLE color: 7938447.

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

Color convert

RGB 143 33 121 -
CMYK 0 0.77 0.15 0.44
HSL 312º 0.63% 0.35% -
HSV(B) 312º 0.77% 0.56% -
XYZ 15.32 8.31 18.89 -
YUV 75.92 153.44 175.84 -
System Red Green Blue C M Y K H S L
Decimal 143 33 121 0 0.77 0.15 0.44 312 0.63 0.35
Hex 8F 21 79 0 4D F 2C 138 3E 23
Octal 217 41 171 0 115 17 54 470 76 43
Binary 10001111 100001 1111001 0 1001101 1111 101100 100111000 111110 100011

Color Harmonies of #8F2179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2179

Black with #8F2179

Text Example


Text Example

White with #8F2179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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