#852CE3

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

Shades of Blue Violet #852CE3

Tints of Blue Violet #852CE3

Color information

#852CE3 (or 0x852CE3) is unknown color: approx Blue Violet. HEX triplet: 85, 2C and E3. RGB value is (133,44,227). Sum of RGB (Red+Green+Blue) = 133+44+227=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #852CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CE3 is #7AD31C. Grayscale: #5A5A5A. Windows color (decimal): -8049437 or 14888069. OLE color: 14888069.

HSL color Cylindrical-coordinate representation of color #852CE3: hue angle of 269.18º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852CE3 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13344227-
CMYK0.410.8100.11
HSL269.18º76.57%53.14%-
HSV(B)269.18º80.62%89.02%-
XYZ24.4412.3373.77-
YUV91.47204.49157.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 44 (17.58% from 255) = 10.89%
BLUE value IS 227 (89.06% from 255) = 56.19%
R=32.92%
G=10.89%
B=56.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal133442270.410.8100.11269.1876.5753.14
Hex852CE329510B10d4d35
Octal205543435112101341511565
Binary10000101101100111000111010011010001010111000011011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,44,227); }

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

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

 a { background-color: rgb(133,44,227); }

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

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

 span { border-color: rgb(133,44,227); }

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