#8C3CD6

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

Shades of Blue Violet #8C3CD6

Tints of Blue Violet #8C3CD6

Color information

#8C3CD6 (or 0x8C3CD6) is unknown color: approx Blue Violet. HEX triplet: 8C, 3C and D6. RGB value is (140,60,214). Sum of RGB (Red+Green+Blue) = 140+60+214=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #8C3CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3CD6 is #73C329. Grayscale: #646464. Windows color (decimal): -7586602 or 14040204. OLE color: 14040204.

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

Color convert

RGB14060214-
CMYK0.350.7200.16
HSL271.17º65.25%53.73%-
HSV(B)271.17º71.96%83.92%-
XYZ24.5713.6664.96-
YUV101.48191.5155.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 60 (23.83% from 255) = 14.49%
BLUE value IS 214 (83.98% from 255) = 51.69%
R=33.82%
G=14.49%
B=51.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal140602140.350.7200.16271.1765.2553.73
Hex8C3CD6234801010f4136
Octal214743264311002041710166
Binary100011001111001101011010001110010000100001000011111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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