#852EAA

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

Shades of Vivid Violet #852EAA

Tints of Vivid Violet #852EAA

Color information

#852EAA (or 0x852EAA) is unknown color: approx Vivid Violet. HEX triplet: 85, 2E and AA. RGB value is (133,46,170). Sum of RGB (Red+Green+Blue) = 133+46+170=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #852EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852EAA is #7AD155. Grayscale: #555555. Windows color (decimal): -8048982 or 11153029. OLE color: 11153029.

HSL color Cylindrical-coordinate representation of color #852EAA: hue angle of 282.1º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852EAA is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13346170-
CMYK0.220.7300.33
HSL282.1º57.41%42.35%-
HSV(B)282.1º72.94%66.67%-
XYZ17.919.8438.99-
YUV86.15175.32161.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 46 (18.36% from 255) = 13.18%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=38.11%
G=13.18%
B=48.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133461700.220.7300.33282.157.4142.35
Hex852EAA164902111a392a
Octal20556252261110414327152
Binary10000101101110101010101011010010010100001100011010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,46,170); }

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

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

 a { background-color: rgb(133,46,170); }

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

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

 span { border-color: rgb(133,46,170); }

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