#8C36F0

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

Shades of Blue Violet #8C36F0

Tints of Blue Violet #8C36F0

Color information

#8C36F0 (or 0x8C36F0) is unknown color: approx Blue Violet. HEX triplet: 8C, 36 and F0. RGB value is (140,54,240). Sum of RGB (Red+Green+Blue) = 140+54+240=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 240 (94.14% from 255 or 55.30% from 434); Max value from RGB is 240 - color contains mainly: blue. Hex color #8C36F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C36F0 is #73C90F. Grayscale: #646464. Windows color (decimal): -7588112 or 15742604. OLE color: 15742604.

HSL color Cylindrical-coordinate representation of color #8C36F0: hue angle of 267.74º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C36F0 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14054240-
CMYK0.420.7800.06
HSL267.74º86.11%57.65%-
HSV(B)267.74º77.5%94.12%-
XYZ27.8614.5183.77-
YUV100.92206.49155.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.26%
GREEN value IS 54 (21.48% from 255) = 12.44%
BLUE value IS 240 (94.14% from 255) = 55.30%
R=32.26%
G=12.44%
B=55.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal140542400.420.7800.06267.7486.1157.65
Hex8C36F02A4E0610c563a
Octal21466360521160641412672
Binary1000110011011011110000101010100111001101000011001010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C36F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,54,240); }

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

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

 a { background-color: rgb(140,54,240); }

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

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

 span { border-color: rgb(140,54,240); }

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