#8C4BF5

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

Shades of Blue Violet #8C4BF5

Tints of Blue Violet #8C4BF5

Color information

#8C4BF5 (or 0x8C4BF5) is unknown color: approx Blue Violet. HEX triplet: 8C, 4B and F5. RGB value is (140,75,245). Sum of RGB (Red+Green+Blue) = 140+75+245=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #8C4BF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4BF5 is #73B40A. Grayscale: #717171. Windows color (decimal): -7582731 or 16075660. OLE color: 16075660.

HSL color Cylindrical-coordinate representation of color #8C4BF5: hue angle of 262.94º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C4BF5 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14075245-
CMYK0.430.6900.04
HSL262.94º89.47%62.75%-
HSV(B)262.94º69.39%96.08%-
XYZ29.8117.288.13-
YUV113.82202.03146.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.43%
GREEN value IS 75 (29.69% from 255) = 16.30%
BLUE value IS 245 (96.09% from 255) = 53.26%
R=30.43%
G=16.30%
B=53.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal140752450.430.6900.04262.9489.4762.75
Hex8C4BF52B4504107593f
Octal214113365531050440713177
Binary10001100100101111110101101011100010101001000001111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,75,245); }

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

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

 a { background-color: rgb(140,75,245); }

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

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

 span { border-color: rgb(140,75,245); }

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