#8C2ED6

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

Shades of Blue Violet #8C2ED6

Tints of Blue Violet #8C2ED6

Color information

#8C2ED6 (or 0x8C2ED6) is unknown color: approx Blue Violet. HEX triplet: 8C, 2E and D6. RGB value is (140,46,214). Sum of RGB (Red+Green+Blue) = 140+46+214=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #8C2ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2ED6 is #73D129. Grayscale: #5C5C5C. Windows color (decimal): -7590186 or 14036620. OLE color: 14036620.

HSL color Cylindrical-coordinate representation of color #8C2ED6: hue angle of 273.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C2ED6 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14046214-
CMYK0.350.7900.16
HSL273.57º67.2%50.98%-
HSV(B)273.57º78.5%83.92%-
XYZ23.9312.3864.75-
YUV93.26196.14161.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35%
GREEN value IS 46 (18.36% from 255) = 11.5%
BLUE value IS 214 (83.98% from 255) = 53.5%
R=35%
G=11.5%
B=53.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal140462140.350.7900.16273.5767.250.98
Hex8C2ED6234F0101124333
Octal214563264311702042210363
Binary100011001011101101011010001110011110100001000100101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,46,214); }

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

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

 a { background-color: rgb(140,46,214); }

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

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

 span { border-color: rgb(140,46,214); }

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