#873FFF

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

Shades of Blue Violet #873FFF

Tints of Blue Violet #873FFF

Color information

#873FFF (or 0x873FFF) is unknown color: approx Blue Violet. HEX triplet: 87, 3F and FF. RGB value is (135,63,255). Sum of RGB (Red+Green+Blue) = 135+63+255=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #873FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873FFF is #78C000. Grayscale: #696969. Windows color (decimal): -7913473 or 16727943. OLE color: 16727943.

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

Color convert

RGB13563255-
CMYK0.470.7500
HSL262.5º100%62.35%-
HSV(B)262.5º75.29%100%-
XYZ29.8215.9396.11-
YUV106.42211.85148.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.80%
GREEN value IS 63 (25% from 255) = 13.91%
BLUE value IS 255 (100% from 255) = 56.29%
R=29.80%
G=13.91%
B=56.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal135632550.470.7500262.510062.35
Hex873FFF2F4B00106643e
Octal20777377571130040614476
Binary10000111111111111111111011111001011001000001101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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