#852686

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

Shades of Dark Purple #852686

Tints of Dark Purple #852686

Color information

#852686 (or 0x852686) is unknown color: approx Dark Purple. HEX triplet: 85, 26 and 86. RGB value is (133,38,134). Sum of RGB (Red+Green+Blue) = 133+38+134=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #852686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852686 is #7AD979. Grayscale: #4D4D4D. Windows color (decimal): -8051066 or 8791685. OLE color: 8791685.

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

Color convert

RGB13338134-
CMYK0.010.7200.47
HSL299.38º55.81%33.73%-
HSV(B)299.38º71.64%52.55%-
XYZ14.678.0923.34-
YUV77.35159.97167.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=43.61%
G=12.46%
B=43.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133381340.010.7200.47299.3855.8133.73
Hex85268614802F12b3822
Octal2054620611100574537042
Binary1000010110011010000110110010000101111100101011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852686; }

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

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

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

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

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

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

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

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