#8749EB

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

Shades of Blue Violet #8749EB

Tints of Blue Violet #8749EB

Color information

#8749EB (or 0x8749EB) is unknown color: approx Blue Violet. HEX triplet: 87, 49 and EB. RGB value is (135,73,235). Sum of RGB (Red+Green+Blue) = 135+73+235=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #8749EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8749EB is #78B614. Grayscale: #6D6D6D. Windows color (decimal): -7910933 or 15419783. OLE color: 15419783.

HSL color Cylindrical-coordinate representation of color #8749EB: hue angle of 262.96º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8749EB is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13573235-
CMYK0.430.6900.08
HSL262.96º80.2%60.39%-
HSV(B)262.96º68.94%92.16%-
XYZ27.3715.9180.23-
YUV110.01198.54145.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.47%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 235 (92.19% from 255) = 53.05%
R=30.47%
G=16.48%
B=53.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal135732350.430.6900.08262.9680.260.39
Hex8749EB2B4508107503c
Octal2071113535310501040712074
Binary100001111001001111010111010111000101010001000001111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8749EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8749EB; }

 p { color: rgb(135,73,235); }

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

<style>
 a { background-color: #8749EB; }

 a { background-color: rgb(135,73,235); }

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

<style>
 span { border-color: #8749EB; }

 span { border-color: rgb(135,73,235); }

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