#873fdd

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

Shades of Blue Violet #873FDD

Tints of Blue Violet #873FDD

Color information

#873FDD (or 0x873FDD) is unknown color: approx Blue Violet. HEX triplet: 87, 3F and DD. RGB value is (135,63,221). Sum of RGB (Red+Green+Blue) = 135+63+221=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #873FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FDD is #78C022. Grayscale: #656565. Windows color (decimal): -7913507 or 14499719. OLE color: 14499719.

HSL color Cylindrical-coordinate representation of color #873FDD: hue angle of 267.34º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #873FDD is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13563221-
CMYK0.390.7100.13
HSL267.34º69.91%55.69%-
HSV(B)267.34º71.49%86.67%-
XYZ24.8213.9369.79-
YUV102.54194.85151.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 63 (25% from 255) = 15.04%
BLUE value IS 221 (86.72% from 255) = 52.74%
R=32.22%
G=15.04%
B=52.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal135632210.390.7100.13267.3469.9155.69
Hex873FDD27470D10b4638
Octal207773354710701541310670
Binary10000111111111110111011001111000111011011000010111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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