#873BEF

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

Shades of Blue Violet #873BEF

Tints of Blue Violet #873BEF

Color information

#873BEF (or 0x873BEF) is unknown color: approx Blue Violet. HEX triplet: 87, 3B and EF. RGB value is (135,59,239). Sum of RGB (Red+Green+Blue) = 135+59+239=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #873BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873BEF is #78C410. Grayscale: #656565. Windows color (decimal): -7914513 or 15678343. OLE color: 15678343.

HSL color Cylindrical-coordinate representation of color #873BEF: hue angle of 265.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #873BEF is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13559239-
CMYK0.440.7500.06
HSL265.33º84.91%58.43%-
HSV(B)265.33º75.31%93.73%-
XYZ27.1414.5183.03-
YUV102.24205.18151.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.18%
GREEN value IS 59 (23.44% from 255) = 13.63%
BLUE value IS 239 (93.75% from 255) = 55.20%
R=31.18%
G=13.63%
B=55.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal135592390.440.7500.06265.3384.9158.43
Hex873BEF2C4B06109553a
Octal20773357541130641112572
Binary1000011111101111101111101100100101101101000010011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,59,239); }

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

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

 a { background-color: rgb(135,59,239); }

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

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

 span { border-color: rgb(135,59,239); }

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