#861485

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

Shades of Dark Purple #861485

Tints of Dark Purple #861485

Color information

#861485 (or 0x861485) is unknown color: approx Dark Purple. HEX triplet: 86, 14 and 85. RGB value is (134,20,133). Sum of RGB (Red+Green+Blue) = 134+20+133=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #861485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861485 is #79EB7A. Grayscale: #424242. Windows color (decimal): -7990139 or 8721542. OLE color: 8721542.

HSL color Cylindrical-coordinate representation of color #861485: hue angle of 300.53º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861485 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13420133-
CMYK00.850.010.47
HSL300.53º74.03%30.2%-
HSV(B)300.53º85.07%52.55%-
XYZ14.327.2622.84-
YUV66.97165.27175.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 20 (8.20% from 255) = 6.97%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=46.69%
G=6.97%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1342013300.850.010.47300.5374.0330.2
Hex86148505512F12d4a1e
Octal20624205012515745511236
Binary100001101010010000101010101011101111100101101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861485; }

 p { color: rgb(134,20,133); }

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

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

 a { background-color: rgb(134,20,133); }

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

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

 span { border-color: rgb(134,20,133); }

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