#854BDE

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

Shades of Blue Violet #854BDE

Tints of Blue Violet #854BDE

Color information

#854BDE (or 0x854BDE) is unknown color: approx Blue Violet. HEX triplet: 85, 4B and DE. RGB value is (133,75,222). Sum of RGB (Red+Green+Blue) = 133+75+222=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #854BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854BDE is #7AB421. Grayscale: #6C6C6C. Windows color (decimal): -8041506 or 14568325. OLE color: 14568325.

HSL color Cylindrical-coordinate representation of color #854BDE: hue angle of 263.67º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #854BDE is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13375222-
CMYK0.400.6600.13
HSL263.67º69.01%58.24%-
HSV(B)263.67º66.22%87.06%-
XYZ25.3715.2970.72-
YUV109.1191.72145.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.93%
GREEN value IS 75 (29.69% from 255) = 17.44%
BLUE value IS 222 (87.11% from 255) = 51.63%
R=30.93%
G=17.44%
B=51.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133752220.400.6600.13263.6769.0158.24
Hex854BDE28420D108453a
Octal2051133365010201541010572
Binary100001011001011110111101010001000010011011000010001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,75,222); }

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

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

 a { background-color: rgb(133,75,222); }

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

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

 span { border-color: rgb(133,75,222); }

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