#852FDC

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

Shades of Blue Violet #852FDC

Tints of Blue Violet #852FDC

Color information

#852FDC (or 0x852FDC) is unknown color: approx Blue Violet. HEX triplet: 85, 2F and DC. RGB value is (133,47,220). Sum of RGB (Red+Green+Blue) = 133+47+220=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #852FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FDC is #7AD023. Grayscale: #5B5B5B. Windows color (decimal): -8048676 or 14430085. OLE color: 14430085.

HSL color Cylindrical-coordinate representation of color #852FDC: hue angle of 269.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #852FDC is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13347220-
CMYK0.400.7900.14
HSL269.83º71.19%52.35%-
HSV(B)269.83º78.64%86.27%-
XYZ23.6112.1968.82-
YUV92.44199.99156.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 47 (18.75% from 255) = 11.75%
BLUE value IS 220 (86.33% from 255) = 55%
R=33.25%
G=11.75%
B=55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal133472200.400.7900.14269.8371.1952.35
Hex852FDC284F0E10e4734
Octal205573345011701641610764
Binary10000101101111110111001010001001111011101000011101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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