Html Css Color HEX #8F4076 Dark Purple

📋 copy color: '#8F4076'

red 143 ◦ green 64 ◦ blue 118

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

Shades of Dark Purple #8F4076

Tints of Dark Purple #8F4076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 44%
G = 19.69%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8F4076 (or 0x8F4076) is known color: Dark Purple. HEX triplet: 8F, 40 and 76. RGB value is (143,64,118). Sum of RGB (Red+Green+Blue) = 143+64+118=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4076 is #70BF89. Grayscale: #5D5D5D. Windows color (decimal): -7389066 or 7749775. OLE color: 7749775.

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

Color convert

RGB 143 64 118 -
CMYK 0 0.55 0.17 0.44
HSL 318.99º 0.38% 0.41% -
HSV(B) 318.99º 0.55% 0.56% -
XYZ 16.43 10.81 18.36 -
YUV 93.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 143 64 118 0 0.55 0.17 0.44 318.99 0.38 0.41
Hex 8F 40 76 0 37 11 2C 13F 26 29
Octal 217 100 166 0 67 21 54 477 46 51
Binary 10001111 1000000 1110110 0 110111 10001 101100 100111111 100110 101001

Color Harmonies of #8F4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4076

Black with #8F4076

Text Example


Text Example

White with #8F4076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,64,118); }

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

background-color css

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

 a { background-color: rgb(143,64,118); }

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

border-color css

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

 span { border-color: rgb(143,64,118); }

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