#86037B

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

Shades of Purple #86037B

Tints of Purple #86037B

Color information

#86037B (or 0x86037B) is unknown color: approx Purple. HEX triplet: 86, 03 and 7B. RGB value is (134,3,123). Sum of RGB (Red+Green+Blue) = 134+3+123=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86037B is #79FC84. Grayscale: #373737. Windows color (decimal): -7994501 or 8061830. OLE color: 8061830.

HSL color Cylindrical-coordinate representation of color #86037B: hue angle of 305.04º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86037B is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB1343123-
CMYK00.980.080.47
HSL305.04º95.62%26.86%-
HSV(B)305.04º97.76%52.55%-
XYZ13.446.5619.3-
YUV55.85165.9183.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=51.54%
G=1.15%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134312300.980.080.47305.0495.6226.86
Hex8637B06282F131601b
Octal20631730142105746114033
Binary10000110111111011011000101000101111100110001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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