#8C2CAD

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

Shades of Vivid Violet #8C2CAD

Tints of Vivid Violet #8C2CAD

Color information

#8C2CAD (or 0x8C2CAD) is unknown color: approx Vivid Violet. HEX triplet: 8C, 2C and AD. RGB value is (140,44,173). Sum of RGB (Red+Green+Blue) = 140+44+173=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C2CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2CAD is #73D352. Grayscale: #565656. Windows color (decimal): -7590739 or 11349132. OLE color: 11349132.

HSL color Cylindrical-coordinate representation of color #8C2CAD: hue angle of 284.65º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2CAD is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14044173-
CMYK0.190.7500.32
HSL284.65º59.45%42.55%-
HSV(B)284.65º74.57%67.84%-
XYZ19.2610.3940.53-
YUV87.41176.3165.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.22%
GREEN value IS 44 (17.58% from 255) = 12.32%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=39.22%
G=12.32%
B=48.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140441730.190.7500.32284.6559.4542.55
Hex8C2CAD134B02011d3b2b
Octal21454255231130404357353
Binary10001100101100101011011001110010110100000100011101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,44,173); }

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

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

 a { background-color: rgb(140,44,173); }

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

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

 span { border-color: rgb(140,44,173); }

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