Html Css Color HEX #8C087E Purple

📋 copy color: '#8C087E'

red 140 ◦ green 8 ◦ blue 126

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

Shades of Purple #8C087E

Tints of Purple #8C087E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

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

R = 51.09%
G = 2.92%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C087E (or 0x8C087E) is known color: Purple. HEX triplet: 8C, 08 and 7E. RGB value is (140,8,126). Sum of RGB (Red+Green+Blue) = 140+8+126=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C087E is #73F781. Grayscale: #3C3C3C. Windows color (decimal): -7600002 or 8259724. OLE color: 8259724.

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

Color convert

RGB 140 8 126 -
CMYK 0 0.94 0.10 0.45
HSL 306.36º 0.89% 0.29% -
HSV(B) 306.36º 0.94% 0.55% -
XYZ 14.67 7.26 20.37 -
YUV 60.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 140 8 126 0 0.94 0.10 0.45 306.36 0.89 0.29
Hex 8C 8 7E 0 5E A 2D 132 59 1D
Octal 214 10 176 0 136 12 55 462 131 35
Binary 10001100 1000 1111110 0 1011110 1010 101101 100110010 1011001 11101

Color Harmonies of #8C087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C087E

Black with #8C087E

Text Example


Text Example

White with #8C087E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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