Html Css Color HEX #8C0A7E Purple

📋 copy color: '#8C0A7E'

red 140 ◦ green 10 ◦ blue 126

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

Shades of Purple #8C0A7E

Tints of Purple #8C0A7E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

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

R = 50.72%
G = 3.62%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C0A7E (or 0x8C0A7E) is known color: Purple. HEX triplet: 8C, 0A and 7E. RGB value is (140,10,126). Sum of RGB (Red+Green+Blue) = 140+10+126=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A7E is #73F581. Grayscale: #3D3D3D. Windows color (decimal): -7599490 or 8260236. OLE color: 8260236.

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

Color convert

RGB 140 10 126 -
CMYK 0 0.93 0.10 0.45
HSL 306.46º 0.87% 0.29% -
HSV(B) 306.46º 0.93% 0.55% -
XYZ 14.69 7.3 20.37 -
YUV 62.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 140 10 126 0 0.93 0.10 0.45 306.46 0.87 0.29
Hex 8C A 7E 0 5D A 2D 132 57 1D
Octal 214 12 176 0 135 12 55 462 127 35
Binary 10001100 1010 1111110 0 1011101 1010 101101 100110010 1010111 11101

Color Harmonies of #8C0A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0A7E

Black with #8C0A7E

Text Example


Text Example

White with #8C0A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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