#8C3F8D

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

Shades of Vivid Violet #8C3F8D

Tints of Vivid Violet #8C3F8D

Color information

#8C3F8D (or 0x8C3F8D) is unknown color: approx Vivid Violet. HEX triplet: 8C, 3F and 8D. RGB value is (140,63,141). Sum of RGB (Red+Green+Blue) = 140+63+141=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C3F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3F8D is #73C072. Grayscale: #5E5E5E. Windows color (decimal): -7585907 or 9256844. OLE color: 9256844.

HSL color Cylindrical-coordinate representation of color #8C3F8D: hue angle of 299.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C3F8D is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB14063141-
CMYK0.010.5500.45
HSL299.23º38.24%40%-
HSV(B)299.23º55.32%55.29%-
XYZ17.411.0526.42-
YUV94.92154.01160.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.70%
GREEN value IS 63 (25% from 255) = 18.31%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=40.70%
G=18.31%
B=40.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140631410.010.5500.45299.2338.2440
Hex8C3F8D13702D12b2628
Octal214772151670554534650
Binary100011001111111000110111101110101101100101011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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