#86027B

Color #86027B Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #86027B

Tints of Purple #86027B

Color information

#86027B (or 0x86027B) is unknown color: approx Purple. HEX triplet: 86, 02 and 7B. RGB value is (134,2,123). Sum of RGB (Red+Green+Blue) = 134+2+123=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #86027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86027B is #79FD84. Grayscale: #363636. Windows color (decimal): -7994757 or 8061574. OLE color: 8061574.

HSL color Cylindrical-coordinate representation of color #86027B: hue angle of 305º 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 #86027B is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB1342123-
CMYK00.990.080.47
HSL305º97.06%26.67%-
HSV(B)305º98.51%52.55%-
XYZ13.436.5419.29-
YUV55.26166.23184.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 123 (48.44% from 255) = 47.49%
R=51.74%
G=0.77%
B=47.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134212300.990.080.4730597.0626.67
Hex8627B06382F131611b
Octal20621730143105746114133
Binary10000110101111011011000111000101111100110001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86027B;
 }
 .AnyTagClassName
 {
   color: #86027B;
 }
</style>
background-color css

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

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

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

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

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

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