Html Css Color HEX #86006F Purple

📋 copy color: '#86006F'

red 134 ◦ green 0 ◦ blue 111

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

Shades of Purple #86006F

Tints of Purple #86006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.31%

R = 54.69%
G = 0%
B = 45.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#86006F (or 0x86006F) is known color: Purple. HEX triplet: 86, 00 and 6F. RGB value is (134,0,111). Sum of RGB (Red+Green+Blue) = 134+0+111=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86006F is #79FF90. Grayscale: #343434. Windows color (decimal): -7995281 or 7274630. OLE color: 7274630.

HSL color Cylindrical-coordinate representation of color #86006F: hue angle of 310.3º 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 #86006F is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 111 -
CMYK 0 1 0.17 0.47
HSL 310.3º 1% 0.26% -
HSV(B) 310.3º 1% 0.53% -
XYZ 12.7 6.22 15.57 -
YUV 52.72 160.89 185.97 -
System Red Green Blue C M Y K H S L
Decimal 134 0 111 0 1 0.17 0.47 310.3 1 0.26
Hex 86 0 6F 0 64 11 2F 136 64 1A
Octal 206 0 157 0 144 21 57 466 144 32
Binary 10000110 0 1101111 0 1100100 10001 101111 100110110 1100100 11010

Color Harmonies of #86006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86006F

Black with #86006F

Text Example


Text Example

White with #86006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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