Html Css Color HEX #86007F Purple

📋 copy color: '#86007F'

red 134 ◦ green 0 ◦ blue 127

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

Shades of Purple #86007F

Tints of Purple #86007F

RGB

 RED value IS 134 (52.73% from 255) = 51.34%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 127 (50% from 255) = 48.66%

R = 51.34%
G = 0%
B = 48.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86007F (or 0x86007F) is known color: Purple. HEX triplet: 86, 00 and 7F. RGB value is (134,0,127). Sum of RGB (Red+Green+Blue) = 134+0+127=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86007F is #79FF80. Grayscale: #363636. Windows color (decimal): -7995265 or 8323206. OLE color: 8323206.

HSL color Cylindrical-coordinate representation of color #86007F: hue angle of 303.13º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86007F is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 127 -
CMYK 0 1 0.05 0.47
HSL 303.13º 1% 0.26% -
HSV(B) 303.13º 1% 0.53% -
XYZ 13.66 6.6 20.63 -
YUV 54.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 134 0 127 0 1 0.05 0.47 303.13 1 0.26
Hex 86 0 7F 0 64 5 2F 12F 64 1A
Octal 206 0 177 0 144 5 57 457 144 32
Binary 10000110 0 1111111 0 1100100 101 101111 100101111 1100100 11010

Color Harmonies of #86007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86007F

Black with #86007F

Text Example


Text Example

White with #86007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86007F; }

 p { color: rgb(134,0,127); }

 H1.HeaderClassName
 {
   color: #86007F;
 }
 .AnyTagClassName
 {
   color: #86007F;
 }
</style>

background-color css

<style>
 a { background-color: #86007F; }

 a { background-color: rgb(134,0,127); }

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

border-color css

<style>
 span { border-color: #86007F; }

 span { border-color: rgb(134,0,127); }

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