#8C40FD

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

Shades of Blue Violet #8C40FD

Tints of Blue Violet #8C40FD

Color information

#8C40FD (or 0x8C40FD) is unknown color: approx Blue Violet. HEX triplet: 8C, 40 and FD. RGB value is (140,64,253). Sum of RGB (Red+Green+Blue) = 140+64+253=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C40FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C40FD is #73BF02. Grayscale: #6B6B6B. Windows color (decimal): -7585539 or 16597132. OLE color: 16597132.

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

Color convert

RGB14064253-
CMYK0.450.7500.01
HSL264.13º97.93%62.16%-
HSV(B)264.13º74.7%99.22%-
XYZ30.3816.3394.48-
YUV108.27209.68150.63-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.63%
GREEN value IS 64 (25.39% from 255) = 14.00%
BLUE value IS 253 (99.22% from 255) = 55.36%
R=30.63%
G=14.00%
B=55.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal140642530.450.7500.01264.1397.9362.16
Hex8C40FD2D4B01108623e
Octal214100375551130141014276
Binary100011001000000111111011011011001011011000010001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C40FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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