#852DE1

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

Shades of Blue Violet #852DE1

Tints of Blue Violet #852DE1

Color information

#852DE1 (or 0x852DE1) is unknown color: approx Blue Violet. HEX triplet: 85, 2D and E1. RGB value is (133,45,225). Sum of RGB (Red+Green+Blue) = 133+45+225=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #852DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DE1 is #7AD21E. Grayscale: #5B5B5B. Windows color (decimal): -8049183 or 14757253. OLE color: 14757253.

HSL color Cylindrical-coordinate representation of color #852DE1: hue angle of 269.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852DE1 is Cyan = 0.41, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13345225-
CMYK0.410.800.12
HSL269.33º75%52.94%-
HSV(B)269.33º80%88.24%-
XYZ24.212.372.33-
YUV91.83203.15157.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 45 (17.97% from 255) = 11.17%
BLUE value IS 225 (88.28% from 255) = 55.83%
R=33.00%
G=11.17%
B=55.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal133452250.410.800.12269.337552.94
Hex852DE129500C10d4b35
Octal205553415112001441511365
Binary10000101101101111000011010011010000011001000011011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,45,225); }

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

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

 a { background-color: rgb(133,45,225); }

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

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

 span { border-color: rgb(133,45,225); }

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