Html Css Color HEX #8F0976 Dark Purple

📋 copy color: '#8F0976'

red 143 ◦ green 9 ◦ blue 118

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

Shades of Dark Purple #8F0976

Tints of Dark Purple #8F0976

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

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

R = 52.96%
G = 3.33%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8F0976 (or 0x8F0976) is known color: Dark Purple. HEX triplet: 8F, 09 and 76. RGB value is (143,9,118). Sum of RGB (Red+Green+Blue) = 143+9+118=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0976 is #70F689. Grayscale: #3D3D3D. Windows color (decimal): -7403146 or 7735695. OLE color: 7735695.

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

Color convert

RGB 143 9 118 -
CMYK 0 0.94 0.17 0.44
HSL 311.19º 0.88% 0.3% -
HSV(B) 311.19º 0.94% 0.56% -
XYZ 14.7 7.34 17.78 -
YUV 61.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 143 9 118 0 0.94 0.17 0.44 311.19 0.88 0.3
Hex 8F 9 76 0 5E 11 2C 137 58 1E
Octal 217 11 166 0 136 21 54 467 130 36
Binary 10001111 1001 1110110 0 1011110 10001 101100 100110111 1011000 11110

Color Harmonies of #8F0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0976

Black with #8F0976

Text Example


Text Example

White with #8F0976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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