Html Css Color HEX #8C037C Purple

📋 copy color: '#8C037C'

red 140 ◦ green 3 ◦ blue 124

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

Shades of Purple #8C037C

Tints of Purple #8C037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 52.43%
G = 1.12%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C037C (or 0x8C037C) is known color: Purple. HEX triplet: 8C, 03 and 7C. RGB value is (140,3,124). Sum of RGB (Red+Green+Blue) = 140+3+124=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C037C is #73FC83. Grayscale: #393939. Windows color (decimal): -7601284 or 8127372. OLE color: 8127372.

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

Color convert

RGB 140 3 124 -
CMYK 0 0.98 0.11 0.45
HSL 307.01º 0.96% 0.28% -
HSV(B) 307.01º 0.98% 0.55% -
XYZ 14.49 7.1 19.67 -
YUV 57.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 140 3 124 0 0.98 0.11 0.45 307.01 0.96 0.28
Hex 8C 3 7C 0 62 B 2D 133 60 1C
Octal 214 3 174 0 142 13 55 463 140 34
Binary 10001100 11 1111100 0 1100010 1011 101101 100110011 1100000 11100

Color Harmonies of #8C037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C037C

Black with #8C037C

Text Example


Text Example

White with #8C037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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