#8C49EB

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

Shades of Blue Violet #8C49EB

Tints of Blue Violet #8C49EB

Color information

#8C49EB (or 0x8C49EB) is unknown color: approx Blue Violet. HEX triplet: 8C, 49 and EB. RGB value is (140,73,235). Sum of RGB (Red+Green+Blue) = 140+73+235=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C49EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C49EB is #73B614. Grayscale: #6E6E6E. Windows color (decimal): -7583253 or 15419788. OLE color: 15419788.

HSL color Cylindrical-coordinate representation of color #8C49EB: hue angle of 264.81º 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 #8C49EB is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14073235-
CMYK0.400.6900.08
HSL264.81º80.2%60.39%-
HSV(B)264.81º68.94%92.16%-
XYZ28.1916.3480.27-
YUV111.5197.7148.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.25%
GREEN value IS 73 (28.91% from 255) = 16.29%
BLUE value IS 235 (92.19% from 255) = 52.46%
R=31.25%
G=16.29%
B=52.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal140732350.400.6900.08264.8180.260.39
Hex8C49EB284508109503c
Octal2141113535010501041112074
Binary100011001001001111010111010001000101010001000010011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C49EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C49EB; }

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

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

<style>
 a { background-color: #8C49EB; }

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

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

<style>
 span { border-color: #8C49EB; }

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

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