#873EDE

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

Shades of Blue Violet #873EDE

Tints of Blue Violet #873EDE

Color information

#873EDE (or 0x873EDE) is unknown color: approx Blue Violet. HEX triplet: 87, 3E and DE. RGB value is (135,62,222). Sum of RGB (Red+Green+Blue) = 135+62+222=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #873EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873EDE is #78C121. Grayscale: #656565. Windows color (decimal): -7913762 or 14564999. OLE color: 14564999.

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

Color convert

RGB13562222-
CMYK0.390.7200.13
HSL267.38º70.8%55.69%-
HSV(B)267.38º72.07%87.06%-
XYZ24.913.8770.47-
YUV102.07195.68151.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.22%
GREEN value IS 62 (24.61% from 255) = 14.80%
BLUE value IS 222 (87.11% from 255) = 52.98%
R=32.22%
G=14.80%
B=52.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal135622220.390.7200.13267.3870.855.69
Hex873EDE27480D10b4738
Octal207763364711001541310770
Binary10000111111110110111101001111001000011011000010111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,62,222); }

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

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

 a { background-color: rgb(135,62,222); }

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

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

 span { border-color: rgb(135,62,222); }

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