#852B86

Color #852B86 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #852B86

Tints of Vivid Violet #852B86

Color information

#852B86 (or 0x852B86) is unknown color: approx Vivid Violet. HEX triplet: 85, 2B and 86. RGB value is (133,43,134). Sum of RGB (Red+Green+Blue) = 133+43+134=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #852B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852B86 is #7AD479. Grayscale: #505050. Windows color (decimal): -8049786 or 8792965. OLE color: 8792965.

HSL color Cylindrical-coordinate representation of color #852B86: hue angle of 299.34º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B86 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13343134-
CMYK0.010.6800.47
HSL299.34º51.41%34.71%-
HSV(B)299.34º67.91%52.55%-
XYZ14.848.4423.4-
YUV80.28158.32165.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=42.90%
G=13.87%
B=43.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133431340.010.6800.47299.3451.4134.71
Hex852B8614402F12b3323
Octal2055320611040574536343
Binary1000010110101110000110110001000101111100101011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852B86; }

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

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

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

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

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

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

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

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