Html Css Color HEX #8F499B Vivid Violet

📋 copy color: '#8F499B'

red 143 ◦ green 73 ◦ blue 155

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

Shades of Vivid Violet #8F499B

Tints of Vivid Violet #8F499B

RGB

 RED value IS 143 (56.25% from 255) = 38.54%

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

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

R = 38.54%
G = 19.68%
B = 41.78%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F499B (or 0x8F499B) is known color: Vivid Violet. HEX triplet: 8F, 49 and 9B. RGB value is (143,73,155). Sum of RGB (Red+Green+Blue) = 143+73+155=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F499B is #70B664. Grayscale: #676767. Windows color (decimal): -7386725 or 10176911. OLE color: 10176911.

HSL color Cylindrical-coordinate representation of color #8F499B: hue angle of 291.22º 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 #8F499B is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 73 155 -
CMYK 0.08 0.53 0 0.39
HSL 291.22º 0.36% 0.45% -
HSV(B) 291.22º 0.53% 0.61% -
XYZ 19.63 12.97 32.48 -
YUV 103.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 143 73 155 0.08 0.53 0 0.39 291.22 0.36 0.45
Hex 8F 49 9B 8 35 0 27 123 24 2D
Octal 217 111 233 10 65 0 47 443 44 55
Binary 10001111 1001001 10011011 1000 110101 0 100111 100100011 100100 101101

Color Harmonies of #8F499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F499B

Black with #8F499B

Text Example


Text Example

White with #8F499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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