Html Css Color HEX #8F2972 Dark Purple

📋 copy color: '#8F2972'

red 143 ◦ green 41 ◦ blue 114

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

Shades of Dark Purple #8F2972

Tints of Dark Purple #8F2972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.76%

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 47.99%
G = 13.76%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8F2972 (or 0x8F2972) is known color: Dark Purple. HEX triplet: 8F, 29 and 72. RGB value is (143,41,114). Sum of RGB (Red+Green+Blue) = 143+41+114=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2972 is #70D68D. Grayscale: #4F4F4F. Windows color (decimal): -7394958 or 7481743. OLE color: 7481743.

HSL color Cylindrical-coordinate representation of color #8F2972: hue angle of 317.06º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F2972 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 41 114 -
CMYK 0 0.71 0.20 0.44
HSL 317.06º 0.55% 0.36% -
HSV(B) 317.06º 0.71% 0.56% -
XYZ 15.16 8.64 16.79 -
YUV 79.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 143 41 114 0 0.71 0.20 0.44 317.06 0.55 0.36
Hex 8F 29 72 0 47 14 2C 13D 37 24
Octal 217 51 162 0 107 24 54 475 67 44
Binary 10001111 101001 1110010 0 1000111 10100 101100 100111101 110111 100100

Color Harmonies of #8F2972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2972

Black with #8F2972

Text Example


Text Example

White with #8F2972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,41,114); }

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

background-color css

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

 a { background-color: rgb(143,41,114); }

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

border-color css

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

 span { border-color: rgb(143,41,114); }

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