#852BDD

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

Shades of Blue Violet #852BDD

Tints of Blue Violet #852BDD

Color information

#852BDD (or 0x852BDD) is unknown color: approx Blue Violet. HEX triplet: 85, 2B and DD. RGB value is (133,43,221). Sum of RGB (Red+Green+Blue) = 133+43+221=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #852BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BDD is #7AD422. Grayscale: #595959. Windows color (decimal): -8049699 or 14494597. OLE color: 14494597.

HSL color Cylindrical-coordinate representation of color #852BDD: hue angle of 270.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852BDD is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13343221-
CMYK0.400.8100.13
HSL270.34º72.36%51.76%-
HSV(B)270.34º80.54%86.67%-
XYZ23.5911.9369.47-
YUV90.2201.82158.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 43 (17.19% from 255) = 10.83%
BLUE value IS 221 (86.72% from 255) = 55.67%
R=33.50%
G=10.83%
B=55.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133432210.400.8100.13270.3472.3651.76
Hex852BDD28510D10e4834
Octal205533355012101541611064
Binary10000101101011110111011010001010001011011000011101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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