#854DDC

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

Shades of Blue Violet #854DDC

Tints of Blue Violet #854DDC

Color information

#854DDC (or 0x854DDC) is unknown color: approx Blue Violet. HEX triplet: 85, 4D and DC. RGB value is (133,77,220). Sum of RGB (Red+Green+Blue) = 133+77+220=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #854DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #854DDC is #7AB223. Grayscale: #6D6D6D. Windows color (decimal): -8040996 or 14437765. OLE color: 14437765.

HSL color Cylindrical-coordinate representation of color #854DDC: hue angle of 263.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #854DDC is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13377220-
CMYK0.400.6500.14
HSL263.5º67.14%58.24%-
HSV(B)263.5º65%86.27%-
XYZ25.2515.4669.36-
YUV110.05190.05144.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 77 (30.47% from 255) = 17.91%
BLUE value IS 220 (86.33% from 255) = 51.16%
R=30.93%
G=17.91%
B=51.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal133772200.400.6500.14263.567.1458.24
Hex854DDC28410E107433a
Octal2051153345010101640710372
Binary100001011001101110111001010001000001011101000001111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854DDC; }

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

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

<style>
 a { background-color: #854DDC; }

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

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

<style>
 span { border-color: #854DDC; }

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

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