#8C38AD

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

Shades of Vivid Violet #8C38AD

Tints of Vivid Violet #8C38AD

Color information

#8C38AD (or 0x8C38AD) is unknown color: approx Vivid Violet. HEX triplet: 8C, 38 and AD. RGB value is (140,56,173). Sum of RGB (Red+Green+Blue) = 140+56+173=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C38AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C38AD is #73C752. Grayscale: #5E5E5E. Windows color (decimal): -7587667 or 11352204. OLE color: 11352204.

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

Color convert

RGB14056173-
CMYK0.190.6800.32
HSL283.08º51.09%44.9%-
HSV(B)283.08º67.63%67.84%-
XYZ19.7711.4240.7-
YUV94.45172.33160.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.94%
GREEN value IS 56 (22.27% from 255) = 15.18%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=37.94%
G=15.18%
B=46.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140561730.190.6800.32283.0851.0944.9
Hex8C38AD134402011b332d
Octal21470255231040404336355
Binary10001100111000101011011001110001000100000100011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C38AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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