#8C388B

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

Shades of Vivid Violet #8C388B

Tints of Vivid Violet #8C388B

Color information

#8C388B (or 0x8C388B) is unknown color: approx Vivid Violet. HEX triplet: 8C, 38 and 8B. RGB value is (140,56,139). Sum of RGB (Red+Green+Blue) = 140+56+139=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C388B is #73C774. Grayscale: #5A5A5A. Windows color (decimal): -7587701 or 9123980. OLE color: 9123980.

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

Color convert

RGB14056139-
CMYK00.60.010.45
HSL300.71º42.86%38.43%-
HSV(B)300.71º60%54.9%-
XYZ16.8910.2725.52-
YUV90.58155.33163.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=41.79%
G=16.72%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405613900.60.010.45300.7142.8638.43
Hex8C388B03C12D12d2b26
Octal214702130741554555346
Binary100011001110001000101101111001101101100101101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C388B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,56,139); }

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

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

 a { background-color: rgb(140,56,139); }

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

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

 span { border-color: rgb(140,56,139); }

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