#852EFD

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

Shades of Blue Violet #852EFD

Tints of Blue Violet #852EFD

Color information

#852EFD (or 0x852EFD) is unknown color: approx Blue Violet. HEX triplet: 85, 2E and FD. RGB value is (133,46,253). Sum of RGB (Red+Green+Blue) = 133+46+253=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #852EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852EFD is #7AD102. Grayscale: #5E5E5E. Windows color (decimal): -8048899 or 16592517. OLE color: 16592517.

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

Color convert

RGB13346253-
CMYK0.470.8200.01
HSL265.22º98.1%58.63%-
HSV(B)265.22º81.82%99.22%-
XYZ28.3814.0394.14-
YUV95.61216.82154.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.79%
GREEN value IS 46 (18.36% from 255) = 10.65%
BLUE value IS 253 (99.22% from 255) = 58.56%
R=30.79%
G=10.65%
B=58.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal133462530.470.8200.01265.2298.158.63
Hex852EFD2F5201109623b
Octal20556375571220141114273
Binary10000101101110111111011011111010010011000010011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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