#86257B

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

Shades of Dark Purple #86257B

Tints of Dark Purple #86257B

Color information

#86257B (or 0x86257B) is unknown color: approx Dark Purple. HEX triplet: 86, 25 and 7B. RGB value is (134,37,123). Sum of RGB (Red+Green+Blue) = 134+37+123=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86257B is #79DA84. Grayscale: #4B4B4B. Windows color (decimal): -7985797 or 8070534. OLE color: 8070534.

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

Color convert

RGB13437123-
CMYK00.720.080.47
HSL306.8º56.73%33.53%-
HSV(B)306.8º72.39%52.55%-
XYZ14.077.8219.51-
YUV75.81154.64169.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 123 (48.44% from 255) = 41.84%
R=45.58%
G=12.59%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1343712300.720.080.47306.856.7333.53
Hex86257B04882F1333922
Octal20645173011010574637142
Binary100001101001011111011010010001000101111100110011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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