#852687

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

Shades of Dark Purple #852687

Tints of Dark Purple #852687

Color information

#852687 (or 0x852687) is unknown color: approx Dark Purple. HEX triplet: 85, 26 and 87. RGB value is (133,38,135). Sum of RGB (Red+Green+Blue) = 133+38+135=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #852687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852687 is #7AD978. Grayscale: #4D4D4D. Windows color (decimal): -8051065 or 8857221. OLE color: 8857221.

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

Color convert

RGB13338135-
CMYK0.010.7200.47
HSL298.76º56.07%33.92%-
HSV(B)298.76º71.85%52.94%-
XYZ14.748.1223.71-
YUV77.46160.47167.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 135 (53.12% from 255) = 44.12%
R=43.46%
G=12.42%
B=44.12%

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
Decimal133381350.010.7200.47298.7656.0733.92
Hex85268714802F12b3822
Octal2054620711100574537042
Binary1000010110011010000111110010000101111100101011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852687; }

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

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

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

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

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

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

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

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