Html Css Color HEX #8C057C Purple

📋 copy color: '#8C057C'

red 140 ◦ green 5 ◦ blue 124

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

Shades of Purple #8C057C

Tints of Purple #8C057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.86%

 BLUE value IS 124 (48.83% from 255) = 46.1%

R = 52.04%
G = 1.86%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C057C (or 0x8C057C) is known color: Purple. HEX triplet: 8C, 05 and 7C. RGB value is (140,5,124). Sum of RGB (Red+Green+Blue) = 140+5+124=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C057C is #73FA83. Grayscale: #3A3A3A. Windows color (decimal): -7600772 or 8127884. OLE color: 8127884.

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

Color convert

RGB 140 5 124 -
CMYK 0 0.96 0.11 0.45
HSL 307.11º 0.93% 0.28% -
HSV(B) 307.11º 0.96% 0.55% -
XYZ 14.51 7.14 19.68 -
YUV 58.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 140 5 124 0 0.96 0.11 0.45 307.11 0.93 0.28
Hex 8C 5 7C 0 60 B 2D 133 5D 1C
Octal 214 5 174 0 140 13 55 463 135 34
Binary 10001100 101 1111100 0 1100000 1011 101101 100110011 1011101 11100

Color Harmonies of #8C057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C057C

Black with #8C057C

Text Example


Text Example

White with #8C057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,5,124); }

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

background-color css

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

 a { background-color: rgb(140,5,124); }

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

border-color css

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

 span { border-color: rgb(140,5,124); }

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