#86306A

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

Shades of Dark Purple #86306A

Tints of Dark Purple #86306A

Color information

#86306A (or 0x86306A) is unknown color: approx Dark Purple. HEX triplet: 86, 30 and 6A. RGB value is (134,48,106). Sum of RGB (Red+Green+Blue) = 134+48+106=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #86306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86306A is #79CF95. Grayscale: #505050. Windows color (decimal): -7982998 or 6959238. OLE color: 6959238.

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

Color convert

RGB13448106-
CMYK00.640.210.47
HSL319.53º47.25%35.69%-
HSV(B)319.53º64.18%52.55%-
XYZ13.498.2214.51-
YUV80.33142.49166.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=46.53%
G=16.67%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344810600.640.210.47319.5347.2535.69
Hex86306A040152F1402f24
Octal20660152010025575005744
Binary1000011011000011010100100000010101101111101000000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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