#86127F

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

Shades of Dark Purple #86127F

Tints of Dark Purple #86127F

Color information

#86127F (or 0x86127F) is unknown color: approx Dark Purple. HEX triplet: 86, 12 and 7F. RGB value is (134,18,127). Sum of RGB (Red+Green+Blue) = 134+18+127=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86127F is #79ED80. Grayscale: #404040. Windows color (decimal): -7990657 or 8327814. OLE color: 8327814.

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

Color convert

RGB13418127-
CMYK00.870.050.47
HSL303.62º76.32%29.8%-
HSV(B)303.62º86.57%52.55%-
XYZ13.887.0320.7-
YUV65.11162.93177.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 18 (7.42% from 255) = 6.45%
BLUE value IS 127 (50% from 255) = 45.52%
R=48.03%
G=6.45%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341812700.870.050.47303.6276.3229.8
Hex86127F05752F1304c1e
Octal20622177012755746011436
Binary1000011010010111111101010111101101111100110000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86127F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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