#8C27AB

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

Shades of Vivid Violet #8C27AB

Tints of Vivid Violet #8C27AB

Color information

#8C27AB (or 0x8C27AB) is unknown color: approx Vivid Violet. HEX triplet: 8C, 27 and AB. RGB value is (140,39,171). Sum of RGB (Red+Green+Blue) = 140+39+171=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C27AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C27AB is #73D854. Grayscale: #535353. Windows color (decimal): -7592021 or 11216780. OLE color: 11216780.

HSL color Cylindrical-coordinate representation of color #8C27AB: hue angle of 285.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C27AB is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14039171-
CMYK0.180.7700.33
HSL285.91º62.86%41.18%-
HSV(B)285.91º77.19%67.06%-
XYZ18.899.9739.46-
YUV84.25176.96167.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40%
GREEN value IS 39 (15.62% from 255) = 11.14%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=40%
G=11.14%
B=48.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140391710.180.7700.33285.9162.8641.18
Hex8C27AB124D02111e3f29
Octal21447253221150414367751
Binary10001100100111101010111001010011010100001100011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C27AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,39,171); }

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

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

 a { background-color: rgb(140,39,171); }

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

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

 span { border-color: rgb(140,39,171); }

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