Html Css Color HEX #8C0177 Purple

📋 copy color: '#8C0177'

red 140 ◦ green 1 ◦ blue 119

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

Shades of Purple #8C0177

Tints of Purple #8C0177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 53.85%
G = 0.38%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8C0177 (or 0x8C0177) is known color: Purple. HEX triplet: 8C, 01 and 77. RGB value is (140,1,119). Sum of RGB (Red+Green+Blue) = 140+1+119=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0177 is #73FE88. Grayscale: #373737. Windows color (decimal): -7601801 or 7799180. OLE color: 7799180.

HSL color Cylindrical-coordinate representation of color #8C0177: hue angle of 309.06º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0177 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 1 119 -
CMYK 0 0.99 0.15 0.45
HSL 309.06º 0.99% 0.28% -
HSV(B) 309.06º 0.99% 0.55% -
XYZ 14.16 6.93 18.04 -
YUV 56.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 140 1 119 0 0.99 0.15 0.45 309.06 0.99 0.28
Hex 8C 1 77 0 63 F 2D 135 63 1C
Octal 214 1 167 0 143 17 55 465 143 34
Binary 10001100 1 1110111 0 1100011 1111 101101 100110101 1100011 11100

Color Harmonies of #8C0177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0177

Black with #8C0177

Text Example


Text Example

White with #8C0177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,1,119); }

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

background-color css

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

 a { background-color: rgb(140,1,119); }

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

border-color css

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

 span { border-color: rgb(140,1,119); }

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