#852ED0

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

Shades of Blue Violet #852ED0

Tints of Blue Violet #852ED0

Color information

#852ED0 (or 0x852ED0) is unknown color: approx Blue Violet. HEX triplet: 85, 2E and D0. RGB value is (133,46,208). Sum of RGB (Red+Green+Blue) = 133+46+208=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #852ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ED0 is #7AD12F. Grayscale: #595959. Windows color (decimal): -8048944 or 13643397. OLE color: 13643397.

HSL color Cylindrical-coordinate representation of color #852ED0: hue angle of 272.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852ED0 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13346208-
CMYK0.360.7800.18
HSL272.22º63.78%49.8%-
HSV(B)272.22º77.88%81.57%-
XYZ22.0411.4960.73-
YUV90.48194.32158.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 46 (18.36% from 255) = 11.89%
BLUE value IS 208 (81.64% from 255) = 53.75%
R=34.37%
G=11.89%
B=53.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133462080.360.7800.18272.2263.7849.8
Hex852ED0244E0121104032
Octal205563204411602242010062
Binary100001011011101101000010010010011100100101000100001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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