#8C40FF

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

Shades of Blue Violet #8C40FF

Tints of Blue Violet #8C40FF

Color information

#8C40FF (or 0x8C40FF) is unknown color: approx Blue Violet. HEX triplet: 8C, 40 and FF. RGB value is (140,64,255). Sum of RGB (Red+Green+Blue) = 140+64+255=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C40FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C40FF is #73BF00. Grayscale: #6B6B6B. Windows color (decimal): -7585537 or 16728204. OLE color: 16728204.

HSL color Cylindrical-coordinate representation of color #8C40FF: hue angle of 263.87º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C40FF is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14064255-
CMYK0.450.7500
HSL263.87º100%62.55%-
HSV(B)263.87º74.9%100%-
XYZ30.716.4696.17-
YUV108.5210.68150.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.50%
GREEN value IS 64 (25.39% from 255) = 13.94%
BLUE value IS 255 (100% from 255) = 55.56%
R=30.50%
G=13.94%
B=55.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal140642550.450.7500263.8710062.55
Hex8C40FF2D4B00108643f
Octal214100377551130041014477
Binary100011001000000111111111011011001011001000010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,64,255); }

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

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

 a { background-color: rgb(140,64,255); }

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

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

 span { border-color: rgb(140,64,255); }

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