#8C4AEB

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

Shades of Blue Violet #8C4AEB

Tints of Blue Violet #8C4AEB

Color information

#8C4AEB (or 0x8C4AEB) is unknown color: approx Blue Violet. HEX triplet: 8C, 4A and EB. RGB value is (140,74,235). Sum of RGB (Red+Green+Blue) = 140+74+235=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C4AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4AEB is #73B514. Grayscale: #6F6F6F. Windows color (decimal): -7582997 or 15420044. OLE color: 15420044.

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

Color convert

RGB14074235-
CMYK0.400.6900.08
HSL264.6º80.1%60.59%-
HSV(B)264.6º68.51%92.16%-
XYZ28.2616.4780.29-
YUV112.09197.37147.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.18%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 235 (92.19% from 255) = 52.34%
R=31.18%
G=16.48%
B=52.34%

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
Decimal140742350.400.6900.08264.680.160.59
Hex8C4AEB284508109503d
Octal2141123535010501041112075
Binary100011001001010111010111010001000101010001000010011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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