Html Css Color HEX #8C007C Purple

📋 copy color: '#8C007C'

red 140 ◦ green 0 ◦ blue 124

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

Shades of Purple #8C007C

Tints of Purple #8C007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.03%
G = 0%
B = 46.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C007C (or 0x8C007C) is known color: Purple. HEX triplet: 8C, 00 and 7C. RGB value is (140,0,124). Sum of RGB (Red+Green+Blue) = 140+0+124=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C007C is #73FF83. Grayscale: #373737. Windows color (decimal): -7602052 or 8126604. OLE color: 8126604.

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

Color convert

RGB 140 0 124 -
CMYK 0 1 0.11 0.45
HSL 306.86º 1% 0.27% -
HSV(B) 306.86º 1% 0.55% -
XYZ 14.45 7.03 19.66 -
YUV 56 166.38 187.92 -
System Red Green Blue C M Y K H S L
Decimal 140 0 124 0 1 0.11 0.45 306.86 1 0.27
Hex 8C 0 7C 0 64 B 2D 133 64 1B
Octal 214 0 174 0 144 13 55 463 144 33
Binary 10001100 0 1111100 0 1100100 1011 101101 100110011 1100100 11011

Color Harmonies of #8C007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C007C

Black with #8C007C

Text Example


Text Example

White with #8C007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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