Html Css Color HEX #86027F Purple

📋 copy color: '#86027F'

red 134 ◦ green 2 ◦ blue 127

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

Shades of Purple #86027F

Tints of Purple #86027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 50.95%
G = 0.76%
B = 48.29%

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

#86027F (or 0x86027F) is known color: Purple. HEX triplet: 86, 02 and 7F. RGB value is (134,2,127). Sum of RGB (Red+Green+Blue) = 134+2+127=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86027F is #79FD80. Grayscale: #373737. Windows color (decimal): -7994753 or 8323718. OLE color: 8323718.

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

Color convert

RGB 134 2 127 -
CMYK 0 0.99 0.05 0.47
HSL 303.18º 0.97% 0.27% -
HSV(B) 303.18º 0.99% 0.53% -
XYZ 13.68 6.64 20.64 -
YUV 55.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 134 2 127 0 0.99 0.05 0.47 303.18 0.97 0.27
Hex 86 2 7F 0 63 5 2F 12F 61 1B
Octal 206 2 177 0 143 5 57 457 141 33
Binary 10000110 10 1111111 0 1100011 101 101111 100101111 1100001 11011

Color Harmonies of #86027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86027F

Black with #86027F

Text Example


Text Example

White with #86027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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