#8C36E9

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

Shades of Blue Violet #8C36E9

Tints of Blue Violet #8C36E9

Color information

#8C36E9 (or 0x8C36E9) is unknown color: approx Blue Violet. HEX triplet: 8C, 36 and E9. RGB value is (140,54,233). Sum of RGB (Red+Green+Blue) = 140+54+233=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C36E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C36E9 is #73C916. Grayscale: #636363. Windows color (decimal): -7588119 or 15283852. OLE color: 15283852.

HSL color Cylindrical-coordinate representation of color #8C36E9: hue angle of 268.83º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C36E9 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14054233-
CMYK0.400.7700.09
HSL268.83º80.27%56.27%-
HSV(B)268.83º76.82%91.37%-
XYZ26.8414.178.4-
YUV100.12202.99156.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.79%
GREEN value IS 54 (21.48% from 255) = 12.65%
BLUE value IS 233 (91.41% from 255) = 54.57%
R=32.79%
G=12.65%
B=54.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal140542330.400.7700.09268.8380.2756.27
Hex8C36E9284D0910d5038
Octal214663515011501141512070
Binary10001100110110111010011010001001101010011000011011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C36E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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