Html Css Color HEX #8C067E Purple

📋 copy color: '#8C067E'

red 140 ◦ green 6 ◦ blue 126

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

Shades of Purple #8C067E

Tints of Purple #8C067E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 51.47%
G = 2.21%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C067E (or 0x8C067E) is known color: Purple. HEX triplet: 8C, 06 and 7E. RGB value is (140,6,126). Sum of RGB (Red+Green+Blue) = 140+6+126=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C067E is #73F981. Grayscale: #3B3B3B. Windows color (decimal): -7600514 or 8259212. OLE color: 8259212.

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

Color convert

RGB 140 6 126 -
CMYK 0 0.96 0.10 0.45
HSL 306.27º 0.92% 0.29% -
HSV(B) 306.27º 0.96% 0.55% -
XYZ 14.65 7.21 20.36 -
YUV 59.75 165.39 185.24 -
System Red Green Blue C M Y K H S L
Decimal 140 6 126 0 0.96 0.10 0.45 306.27 0.92 0.29
Hex 8C 6 7E 0 60 A 2D 132 5C 1D
Octal 214 6 176 0 140 12 55 462 134 35
Binary 10001100 110 1111110 0 1100000 1010 101101 100110010 1011100 11101

Color Harmonies of #8C067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C067E

Black with #8C067E

Text Example


Text Example

White with #8C067E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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