#862965

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

Shades of Dark Purple #862965

Tints of Dark Purple #862965

Color information

#862965 (or 0x862965) is unknown color: approx Dark Purple. HEX triplet: 86, 29 and 65. RGB value is (134,41,101). Sum of RGB (Red+Green+Blue) = 134+41+101=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #862965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862965 is #79D69A. Grayscale: #4B4B4B. Windows color (decimal): -7984795 or 6629766. OLE color: 6629766.

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

Color convert

RGB13441101-
CMYK00.690.250.47
HSL321.29º53.14%34.31%-
HSV(B)321.29º69.4%52.55%-
XYZ12.977.5913.09-
YUV75.65142.31169.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 41 (16.41% from 255) = 14.86%
BLUE value IS 101 (39.84% from 255) = 36.59%
R=48.55%
G=14.86%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1344110100.690.250.47321.2953.1434.31
Hex862965045192F1413522
Octal20651145010531575016542
Binary1000011010100111001010100010111001101111101000001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862965; }

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

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

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

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

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

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

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

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