Html Css Color HEX #8C0879 Purple

📋 copy color: '#8C0879'

red 140 ◦ green 8 ◦ blue 121

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

Shades of Purple #8C0879

Tints of Purple #8C0879

RGB

 RED value IS 140 (55.08% from 255) = 52.04%

 GREEN value IS 8 (3.52% from 255) = 2.97%

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

R = 52.04%
G = 2.97%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C0879 (or 0x8C0879) is known color: Purple. HEX triplet: 8C, 08 and 79. RGB value is (140,8,121). Sum of RGB (Red+Green+Blue) = 140+8+121=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0879 is #73F786. Grayscale: #3C3C3C. Windows color (decimal): -7600007 or 7932044. OLE color: 7932044.

HSL color Cylindrical-coordinate representation of color #8C0879: hue angle of 308.64º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0879 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 8 121 -
CMYK 0 0.94 0.14 0.45
HSL 308.64º 0.89% 0.29% -
HSV(B) 308.64º 0.94% 0.55% -
XYZ 14.35 7.13 18.71 -
YUV 60.35 162.23 184.81 -
System Red Green Blue C M Y K H S L
Decimal 140 8 121 0 0.94 0.14 0.45 308.64 0.89 0.29
Hex 8C 8 79 0 5E E 2D 135 59 1D
Octal 214 10 171 0 136 16 55 465 131 35
Binary 10001100 1000 1111001 0 1011110 1110 101101 100110101 1011001 11101

Color Harmonies of #8C0879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0879

Black with #8C0879

Text Example


Text Example

White with #8C0879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,8,121); }

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

background-color css

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

 a { background-color: rgb(140,8,121); }

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

border-color css

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

 span { border-color: rgb(140,8,121); }

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