Html Css Color HEX #800C86 Purple

📋 copy color: '#800C86'

red 128 ◦ green 12 ◦ blue 134

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

Shades of Purple #800C86

Tints of Purple #800C86

RGB

 RED value IS 128 (50.39% from 255) = 46.72%

 GREEN value IS 12 (5.08% from 255) = 4.38%

 BLUE value IS 134 (52.73% from 255) = 48.91%

R = 46.72%
G = 4.38%
B = 48.91%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#800C86 (or 0x800C86) is known color: Purple. HEX triplet: 80, 0C and 86. RGB value is (128,12,134). Sum of RGB (Red+Green+Blue) = 128+12+134=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #800C86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800C86 is #7FF379. Grayscale: #3C3C3C. Windows color (decimal): -8385402 or 8785024. OLE color: 8785024.

HSL color Cylindrical-coordinate representation of color #800C86: hue angle of 297.05º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C86 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 12 134 -
CMYK 0.04 0.91 0 0.47
HSL 297.05º 0.84% 0.29% -
HSV(B) 297.05º 0.91% 0.53% -
XYZ 13.34 6.57 23.12 -
YUV 60.59 169.43 176.08 -
System Red Green Blue C M Y K H S L
Decimal 128 12 134 0.04 0.91 0 0.47 297.05 0.84 0.29
Hex 80 C 86 4 5B 0 2F 129 54 1D
Octal 200 14 206 4 133 0 57 451 124 35
Binary 10000000 1100 10000110 100 1011011 0 101111 100101001 1010100 11101

Color Harmonies of #800C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800C86

Black with #800C86

Text Example


Text Example

White with #800C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800C86; }

 p { color: rgb(128,12,134); }

 H1.HeaderClassName
 {
   color: #800C86;
 }
 .AnyTagClassName
 {
   color: #800C86;
 }
</style>

background-color css

<style>
 a { background-color: #800C86; }

 a { background-color: rgb(128,12,134); }

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

border-color css

<style>
 span { border-color: #800C86; }

 span { border-color: rgb(128,12,134); }

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