#873FFD

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

Shades of Blue Violet #873FFD

Tints of Blue Violet #873FFD

Color information

#873FFD (or 0x873FFD) is unknown color: approx Blue Violet. HEX triplet: 87, 3F and FD. RGB value is (135,63,253). Sum of RGB (Red+Green+Blue) = 135+63+253=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #873FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873FFD is #78C002. Grayscale: #696969. Windows color (decimal): -7913475 or 16596871. OLE color: 16596871.

HSL color Cylindrical-coordinate representation of color #873FFD: hue angle of 262.74º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #873FFD is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13563253-
CMYK0.470.7500.01
HSL262.74º97.94%61.96%-
HSV(B)262.74º75.1%99.22%-
XYZ29.515.894.42-
YUV106.19210.85148.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.93%
GREEN value IS 63 (25% from 255) = 13.97%
BLUE value IS 253 (99.22% from 255) = 56.10%
R=29.93%
G=13.97%
B=56.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal135632530.470.7500.01262.7497.9461.96
Hex873FFD2F4B01107623e
Octal20777375571130140714276
Binary10000111111111111111011011111001011011000001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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