#852EAC

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

Shades of Vivid Violet #852EAC

Tints of Vivid Violet #852EAC

Color information

#852EAC (or 0x852EAC) is unknown color: approx Vivid Violet. HEX triplet: 85, 2E and AC. RGB value is (133,46,172). Sum of RGB (Red+Green+Blue) = 133+46+172=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #852EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852EAC is #7AD153. Grayscale: #555555. Windows color (decimal): -8048980 or 11284101. OLE color: 11284101.

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

Color convert

RGB13346172-
CMYK0.230.7300.33
HSL281.43º57.8%42.75%-
HSV(B)281.43º73.26%67.45%-
XYZ18.19.9239.99-
YUV86.38176.32161.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 46 (18.36% from 255) = 13.11%
BLUE value IS 172 (67.58% from 255) = 49.00%
R=37.89%
G=13.11%
B=49.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133461720.230.7300.33281.4357.842.75
Hex852EAC17490211193a2b
Octal20556254271110414317253
Binary10000101101110101011001011110010010100001100011001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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