#874DDE

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

Shades of Blue Violet #874DDE

Tints of Blue Violet #874DDE

Color information

#874DDE (or 0x874DDE) is unknown color: approx Blue Violet. HEX triplet: 87, 4D and DE. RGB value is (135,77,222). Sum of RGB (Red+Green+Blue) = 135+77+222=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #874DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DDE is #78B221. Grayscale: #6E6E6E. Windows color (decimal): -7909922 or 14568839. OLE color: 14568839.

HSL color Cylindrical-coordinate representation of color #874DDE: hue angle of 264º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #874DDE is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13577222-
CMYK0.390.6500.13
HSL264º68.72%58.63%-
HSV(B)264º65.32%87.06%-
XYZ25.8315.7370.78-
YUV110.87190.72145.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 77 (30.47% from 255) = 17.74%
BLUE value IS 222 (87.11% from 255) = 51.15%
R=31.11%
G=17.74%
B=51.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal135772220.390.6500.1326468.7258.63
Hex874DDE27410D108453b
Octal2071153364710101541010573
Binary100001111001101110111101001111000001011011000010001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874DDE; }

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

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

<style>
 a { background-color: #874DDE; }

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

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

<style>
 span { border-color: #874DDE; }

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

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