#8C1DAB

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

Shades of Vivid Violet #8C1DAB

Tints of Vivid Violet #8C1DAB

Color information

#8C1DAB (or 0x8C1DAB) is unknown color: approx Vivid Violet. HEX triplet: 8C, 1D and AB. RGB value is (140,29,171). Sum of RGB (Red+Green+Blue) = 140+29+171=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C1DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1DAB is #73E254. Grayscale: #4D4D4D. Windows color (decimal): -7594581 or 11214220. OLE color: 11214220.

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

Color convert

RGB14029171-
CMYK0.180.8300.33
HSL286.9º71%39.22%-
HSV(B)286.9º83.04%67.06%-
XYZ18.619.3939.36-
YUV78.38180.27171.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.18%
GREEN value IS 29 (11.72% from 255) = 8.53%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=41.18%
G=8.53%
B=50.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal140291710.180.8300.33286.97139.22
Hex8C1DAB125302111f4727
Octal214352532212304143710747
Binary10001100111011010101110010101001101000011000111111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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