#861281

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

Shades of Dark Purple #861281

Tints of Dark Purple #861281

Color information

#861281 (or 0x861281) is unknown color: approx Dark Purple. HEX triplet: 86, 12 and 81. RGB value is (134,18,129). Sum of RGB (Red+Green+Blue) = 134+18+129=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #861281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861281 is #79ED7E. Grayscale: #414141. Windows color (decimal): -7990655 or 8458886. OLE color: 8458886.

HSL color Cylindrical-coordinate representation of color #861281: hue angle of 302.59º 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 #861281 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13418129-
CMYK00.870.040.47
HSL302.59º76.32%29.8%-
HSV(B)302.59º86.57%52.55%-
XYZ14.017.0921.4-
YUV65.34163.93176.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 18 (7.42% from 255) = 6.41%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=47.69%
G=6.41%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341812900.870.040.47302.5976.3229.8
Hex86128105742F12f4c1e
Octal20622201012745745711436
Binary10000110100101000000101010111100101111100101111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861281; }

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

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

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

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

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

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

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

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