#8C3FDC

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

Shades of Blue Violet #8C3FDC

Tints of Blue Violet #8C3FDC

Color information

#8C3FDC (or 0x8C3FDC) is unknown color: approx Blue Violet. HEX triplet: 8C, 3F and DC. RGB value is (140,63,220). Sum of RGB (Red+Green+Blue) = 140+63+220=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C3FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3FDC is #73C023. Grayscale: #676767. Windows color (decimal): -7585828 or 14434188. OLE color: 14434188.

HSL color Cylindrical-coordinate representation of color #8C3FDC: hue angle of 269.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C3FDC is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14063220-
CMYK0.360.7100.14
HSL269.43º69.16%55.49%-
HSV(B)269.43º71.36%86.27%-
XYZ25.5114.369.13-
YUV103.92193.51153.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.10%
GREEN value IS 63 (25% from 255) = 14.89%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=33.10%
G=14.89%
B=52.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal140632200.360.7100.14269.4369.1655.49
Hex8C3FDC24470E10d4537
Octal214773344410701641510567
Binary10001100111111110111001001001000111011101000011011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,63,220); }

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

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

 a { background-color: rgb(140,63,220); }

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

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

 span { border-color: rgb(140,63,220); }

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