#86296A

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

Shades of Dark Purple #86296A

Tints of Dark Purple #86296A

Color information

#86296A (or 0x86296A) is unknown color: approx Dark Purple. HEX triplet: 86, 29 and 6A. RGB value is (134,41,106). Sum of RGB (Red+Green+Blue) = 134+41+106=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86296A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86296A is #79D695. Grayscale: #4C4C4C. Windows color (decimal): -7984790 or 6957446. OLE color: 6957446.

HSL color Cylindrical-coordinate representation of color #86296A: hue angle of 318.06º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86296A is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13441106-
CMYK00.690.210.47
HSL318.06º53.14%34.31%-
HSV(B)318.06º69.4%52.55%-
XYZ13.237.6914.42-
YUV76.22144.81169.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=47.69%
G=14.59%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344110600.690.210.47318.0653.1434.31
Hex86296A045152F13e3522
Octal20651152010525574766542
Binary1000011010100111010100100010110101101111100111110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86296A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86296A; }

 p { color: rgb(134,41,106); }

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

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

 a { background-color: rgb(134,41,106); }

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

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

 span { border-color: rgb(134,41,106); }

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