Html Css Color HEX #8C4E99 Vivid Violet

📋 copy color: '#8C4E99'

red 140 ◦ green 78 ◦ blue 153

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

Shades of Vivid Violet #8C4E99

Tints of Vivid Violet #8C4E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.24%

R = 37.74%
G = 21.02%
B = 41.24%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C4E99 (or 0x8C4E99) is known color: Vivid Violet. HEX triplet: 8C, 4E and 99. RGB value is (140,78,153). Sum of RGB (Red+Green+Blue) = 140+78+153=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C4E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C4E99 is #73B166. Grayscale: #686868. Windows color (decimal): -7582055 or 10047116. OLE color: 10047116.

HSL color Cylindrical-coordinate representation of color #8C4E99: hue angle of 289.6º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C4E99 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 78 153 -
CMYK 0.08 0.49 0 0.4
HSL 289.6º 0.32% 0.45% -
HSV(B) 289.6º 0.49% 0.6% -
XYZ 19.29 13.32 31.69 -
YUV 105.09 155.04 152.9 -
System Red Green Blue C M Y K H S L
Decimal 140 78 153 0.08 0.49 0 0.4 289.6 0.32 0.45
Hex 8C 4E 99 8 31 0 28 122 20 2D
Octal 214 116 231 10 61 0 50 442 40 55
Binary 10001100 1001110 10011001 1000 110001 0 101000 100100010 100000 101101

Color Harmonies of #8C4E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4E99

Black with #8C4E99

Text Example


Text Example

White with #8C4E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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