#852BD1

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

Shades of Blue Violet #852BD1

Tints of Blue Violet #852BD1

Color information

#852BD1 (or 0x852BD1) is unknown color: approx Blue Violet. HEX triplet: 85, 2B and D1. RGB value is (133,43,209). Sum of RGB (Red+Green+Blue) = 133+43+209=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #852BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BD1 is #7AD42E. Grayscale: #585858. Windows color (decimal): -8049711 or 13708165. OLE color: 13708165.

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

Color convert

RGB13343209-
CMYK0.360.7900.18
HSL272.53º65.87%49.41%-
HSV(B)272.53º79.43%81.96%-
XYZ22.0511.3261.34-
YUV88.83195.82159.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 43 (17.19% from 255) = 11.17%
BLUE value IS 209 (82.03% from 255) = 54.29%
R=34.55%
G=11.17%
B=54.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133432090.360.7900.18272.5365.8749.41
Hex852BD1244F0121114231
Octal205533214411702242110261
Binary100001011010111101000110010010011110100101000100011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,43,209); }

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

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

 a { background-color: rgb(133,43,209); }

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

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

 span { border-color: rgb(133,43,209); }

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