Html Css Color HEX #86017F Purple

📋 copy color: '#86017F'

red 134 ◦ green 1 ◦ blue 127

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

Shades of Purple #86017F

Tints of Purple #86017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 51.15%
G = 0.38%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#86017F (or 0x86017F) is known color: Purple. HEX triplet: 86, 01 and 7F. RGB value is (134,1,127). Sum of RGB (Red+Green+Blue) = 134+1+127=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86017F is #79FE80. Grayscale: #363636. Windows color (decimal): -7995009 or 8323462. OLE color: 8323462.

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

Color convert

RGB 134 1 127 -
CMYK 0 0.99 0.05 0.47
HSL 303.16º 0.99% 0.26% -
HSV(B) 303.16º 0.99% 0.53% -
XYZ 13.67 6.62 20.64 -
YUV 55.13 168.56 184.25 -
System Red Green Blue C M Y K H S L
Decimal 134 1 127 0 0.99 0.05 0.47 303.16 0.99 0.26
Hex 86 1 7F 0 63 5 2F 12F 63 1A
Octal 206 1 177 0 143 5 57 457 143 32
Binary 10000110 1 1111111 0 1100011 101 101111 100101111 1100011 11010

Color Harmonies of #86017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86017F

Black with #86017F

Text Example


Text Example

White with #86017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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