Html Css Color HEX #8C037E Purple

📋 copy color: '#8C037E'

red 140 ◦ green 3 ◦ blue 126

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

Shades of Purple #8C037E

Tints of Purple #8C037E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 46.84%

R = 52.04%
G = 1.12%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C037E (or 0x8C037E) is known color: Purple. HEX triplet: 8C, 03 and 7E. RGB value is (140,3,126). Sum of RGB (Red+Green+Blue) = 140+3+126=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C037E is #73FC81. Grayscale: #393939. Windows color (decimal): -7601282 or 8258444. OLE color: 8258444.

HSL color Cylindrical-coordinate representation of color #8C037E: hue angle of 306.13º 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 #8C037E is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 3 126 -
CMYK 0 0.98 0.10 0.45
HSL 306.13º 0.96% 0.28% -
HSV(B) 306.13º 0.98% 0.55% -
XYZ 14.61 7.15 20.35 -
YUV 57.99 166.39 186.5 -
System Red Green Blue C M Y K H S L
Decimal 140 3 126 0 0.98 0.10 0.45 306.13 0.96 0.28
Hex 8C 3 7E 0 62 A 2D 132 60 1C
Octal 214 3 176 0 142 12 55 462 140 34
Binary 10001100 11 1111110 0 1100010 1010 101101 100110010 1100000 11100

Color Harmonies of #8C037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C037E

Black with #8C037E

Text Example


Text Example

White with #8C037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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