#852FEA

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

Shades of Blue Violet #852FEA

Tints of Blue Violet #852FEA

Color information

#852FEA (or 0x852FEA) is unknown color: approx Blue Violet. HEX triplet: 85, 2F and EA. RGB value is (133,47,234). Sum of RGB (Red+Green+Blue) = 133+47+234=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #852FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852FEA is #7AD015. Grayscale: #5D5D5D. Windows color (decimal): -8048662 or 15347589. OLE color: 15347589.

HSL color Cylindrical-coordinate representation of color #852FEA: hue angle of 267.59º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852FEA is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13347234-
CMYK0.430.8000.08
HSL267.59º81.66%55.1%-
HSV(B)267.59º79.91%91.76%-
XYZ25.5412.9679-
YUV94.03206.99155.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.13%
GREEN value IS 47 (18.75% from 255) = 11.35%
BLUE value IS 234 (91.80% from 255) = 56.52%
R=32.13%
G=11.35%
B=56.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal133472340.430.8000.08267.5981.6655.1
Hex852FEA2B500810c5237
Octal205573525312001041412267
Binary10000101101111111010101010111010000010001000011001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,47,234); }

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

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

 a { background-color: rgb(133,47,234); }

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

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

 span { border-color: rgb(133,47,234); }

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