#8C31AD

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

Shades of Vivid Violet #8C31AD

Tints of Vivid Violet #8C31AD

Color information

#8C31AD (or 0x8C31AD) is unknown color: approx Vivid Violet. HEX triplet: 8C, 31 and AD. RGB value is (140,49,173). Sum of RGB (Red+Green+Blue) = 140+49+173=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C31AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C31AD is #73CE52. Grayscale: #595959. Windows color (decimal): -7589459 or 11350412. OLE color: 11350412.

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

Color convert

RGB14049173-
CMYK0.190.7200.32
HSL284.03º55.86%43.53%-
HSV(B)284.03º71.68%67.84%-
XYZ19.4610.7940.59-
YUV90.34174.65163.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 49 (19.53% from 255) = 13.54%
BLUE value IS 173 (67.97% from 255) = 47.79%
R=38.67%
G=13.54%
B=47.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140491730.190.7200.32284.0355.8643.53
Hex8C31AD134802011c382c
Octal21461255231100404347054
Binary10001100110001101011011001110010000100000100011100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C31AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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