Html Css Color HEX #8C4EA0 Vivid Violet

📋 copy color: '#8C4EA0'

red 140 ◦ green 78 ◦ blue 160

#8C4EA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8C4EA0

Tints of Vivid Violet #8C4EA0

RGB

 RED value IS 140 (55.08% from 255) = 37.04%

 GREEN value IS 78 (30.86% from 255) = 20.63%

 BLUE value IS 160 (62.89% from 255) = 42.33%

R = 37.04%
G = 20.63%
B = 42.33%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8C4EA0 (or 0x8C4EA0) is known color: Vivid Violet. HEX triplet: 8C, 4E and A0. RGB value is (140,78,160). Sum of RGB (Red+Green+Blue) = 140+78+160=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C4EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C4EA0 is #73B15F. Grayscale: #696969. Windows color (decimal): -7582048 or 10505868. OLE color: 10505868.

HSL color Cylindrical-coordinate representation of color #8C4EA0: hue angle of 285.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4EA0 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 78 160 -
CMYK 0.12 0.51 0 0.37
HSL 285.37º 0.34% 0.47% -
HSV(B) 285.37º 0.51% 0.63% -
XYZ 19.88 13.56 34.83 -
YUV 105.89 158.54 152.33 -
System Red Green Blue C M Y K H S L
Decimal 140 78 160 0.12 0.51 0 0.37 285.37 0.34 0.47
Hex 8C 4E A0 C 33 0 25 11D 22 2F
Octal 214 116 240 14 63 0 45 435 42 57
Binary 10001100 1001110 10100000 1100 110011 0 100101 100011101 100010 101111

Color Harmonies of #8C4EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4EA0

Black with #8C4EA0

Text Example


Text Example

White with #8C4EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,78,160); }

 H1.HeaderClassName
 {
   color: #8C4EA0;
 }
 .AnyTagClassName
 {
   color: #8C4EA0;
 }
</style>

background-color css

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

 a { background-color: rgb(140,78,160); }

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

border-color css

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

 span { border-color: rgb(140,78,160); }

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