#852BD7

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

Shades of Blue Violet #852BD7

Tints of Blue Violet #852BD7

Color information

#852BD7 (or 0x852BD7) is unknown color: approx Blue Violet. HEX triplet: 85, 2B and D7. RGB value is (133,43,215). Sum of RGB (Red+Green+Blue) = 133+43+215=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #852BD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BD7 is #7AD428. Grayscale: #585858. Windows color (decimal): -8049705 or 14101381. OLE color: 14101381.

HSL color Cylindrical-coordinate representation of color #852BD7: hue angle of 271.4º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852BD7 is Cyan = 0.38, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13343215-
CMYK0.380.800.16
HSL271.4º68.25%50.59%-
HSV(B)271.4º80%84.31%-
XYZ22.811.6265.33-
YUV89.52198.82159.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 43 (17.19% from 255) = 11.00%
BLUE value IS 215 (84.38% from 255) = 54.99%
R=34.02%
G=11.00%
B=54.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133432150.380.800.16271.468.2550.59
Hex852BD7265001010f4433
Octal205533274612002041710463
Binary100001011010111101011110011010100000100001000011111000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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