Html Css Color HEX #8C499B Vivid Violet

📋 copy color: '#8C499B'

red 140 ◦ green 73 ◦ blue 155

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

Shades of Vivid Violet #8C499B

Tints of Vivid Violet #8C499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.84%

 BLUE value IS 155 (60.94% from 255) = 42.12%

R = 38.04%
G = 19.84%
B = 42.12%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C499B (or 0x8C499B) is known color: Vivid Violet. HEX triplet: 8C, 49 and 9B. RGB value is (140,73,155). Sum of RGB (Red+Green+Blue) = 140+73+155=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C499B is #73B664. Grayscale: #666666. Windows color (decimal): -7583333 or 10176908. OLE color: 10176908.

HSL color Cylindrical-coordinate representation of color #8C499B: hue angle of 289.02º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C499B is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 73 155 -
CMYK 0.10 0.53 0 0.39
HSL 289.02º 0.36% 0.45% -
HSV(B) 289.02º 0.53% 0.61% -
XYZ 19.11 12.71 32.46 -
YUV 102.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 140 73 155 0.10 0.53 0 0.39 289.02 0.36 0.45
Hex 8C 49 9B A 35 0 27 121 24 2D
Octal 214 111 233 12 65 0 47 441 44 55
Binary 10001100 1001001 10011011 1010 110101 0 100111 100100001 100100 101101

Color Harmonies of #8C499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C499B

Black with #8C499B

Text Example


Text Example

White with #8C499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,73,155); }

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

background-color css

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

 a { background-color: rgb(140,73,155); }

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

border-color css

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

 span { border-color: rgb(140,73,155); }

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