#873fdb

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

Shades of Blue Violet #873FDB

Tints of Blue Violet #873FDB

Color information

#873FDB (or 0x873FDB) is unknown color: approx Blue Violet. HEX triplet: 87, 3F and DB. RGB value is (135,63,219). Sum of RGB (Red+Green+Blue) = 135+63+219=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #873FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FDB is #78C024. Grayscale: #656565. Windows color (decimal): -7913509 or 14368647. OLE color: 14368647.

HSL color Cylindrical-coordinate representation of color #873FDB: hue angle of 267.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #873FDB is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13563219-
CMYK0.380.7100.14
HSL267.69º68.42%55.29%-
HSV(B)267.69º71.23%85.88%-
XYZ24.5613.8268.39-
YUV102.31193.85151.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 63 (25% from 255) = 15.11%
BLUE value IS 219 (85.94% from 255) = 52.52%
R=32.37%
G=15.11%
B=52.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal135632190.380.7100.14267.6968.4255.29
Hex873FDB26470E10c4437
Octal207773334610701641410467
Binary10000111111111110110111001101000111011101000011001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873fdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873fdb; }

 p { color: rgb(135,63,219); }

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

<style>
 a { background-color: #873fdb; }

 a { background-color: rgb(135,63,219); }

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

<style>
 span { border-color: #873fdb; }

 span { border-color: rgb(135,63,219); }

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