#852EF9

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

Shades of Blue Violet #852EF9

Tints of Blue Violet #852EF9

Color information

#852EF9 (or 0x852EF9) is unknown color: approx Blue Violet. HEX triplet: 85, 2E and F9. RGB value is (133,46,249). Sum of RGB (Red+Green+Blue) = 133+46+249=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #852EF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852EF9 is #7AD106. Grayscale: #5E5E5E. Windows color (decimal): -8048903 or 16330373. OLE color: 16330373.

HSL color Cylindrical-coordinate representation of color #852EF9: hue angle of 265.71º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #852EF9 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13346249-
CMYK0.470.8200.02
HSL265.71º94.42%57.84%-
HSV(B)265.71º81.53%97.65%-
XYZ27.7513.7890.82-
YUV95.16214.82154.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.07%
GREEN value IS 46 (18.36% from 255) = 10.75%
BLUE value IS 249 (97.66% from 255) = 58.18%
R=31.07%
G=10.75%
B=58.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal133462490.470.8200.02265.7194.4257.84
Hex852EF92F520210a5e3a
Octal20556371571220241213672
Binary100001011011101111100110111110100100101000010101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,46,249); }

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

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

 a { background-color: rgb(133,46,249); }

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

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

 span { border-color: rgb(133,46,249); }

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