#873AD8

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

Shades of Blue Violet #873AD8

Tints of Blue Violet #873AD8

Color information

#873AD8 (or 0x873AD8) is unknown color: approx Blue Violet. HEX triplet: 87, 3A and D8. RGB value is (135,58,216). Sum of RGB (Red+Green+Blue) = 135+58+216=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 216 (84.77% from 255 or 52.81% from 409); Max value from RGB is 216 - color contains mainly: blue. Hex color #873AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873AD8 is #78C527. Grayscale: #626262. Windows color (decimal): -7914792 or 14170759. OLE color: 14170759.

HSL color Cylindrical-coordinate representation of color #873AD8: hue angle of 269.24º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #873AD8 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13558216-
CMYK0.380.7300.15
HSL269.24º66.95%53.73%-
HSV(B)269.24º73.15%84.71%-
XYZ23.913.1366.24-
YUV99.04194.01153.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 58 (23.05% from 255) = 14.18%
BLUE value IS 216 (84.77% from 255) = 52.81%
R=33.01%
G=14.18%
B=52.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal135582160.380.7300.15269.2466.9553.73
Hex873AD826490F10d4336
Octal207723304611101741510366
Binary10000111111010110110001001101001001011111000011011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,58,216); }

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

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

 a { background-color: rgb(135,58,216); }

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

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

 span { border-color: rgb(135,58,216); }

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