Html Css Color HEX #8F3199 Vivid Violet

📋 copy color: '#8F3199'

red 143 ◦ green 49 ◦ blue 153

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

Shades of Vivid Violet #8F3199

Tints of Vivid Violet #8F3199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.2%

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

R = 41.45%
G = 14.2%
B = 44.35%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8F3199 (or 0x8F3199) is known color: Vivid Violet. HEX triplet: 8F, 31 and 99. RGB value is (143,49,153). Sum of RGB (Red+Green+Blue) = 143+49+153=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F3199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3199 is #70CE66. Grayscale: #585858. Windows color (decimal): -7392871 or 10039695. OLE color: 10039695.

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

Color convert

RGB 143 49 153 -
CMYK 0.07 0.68 0 0.4
HSL 294.23º 0.51% 0.4% -
HSV(B) 294.23º 0.68% 0.6% -
XYZ 18.18 10.34 31.17 -
YUV 88.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 143 49 153 0.07 0.68 0 0.4 294.23 0.51 0.4
Hex 8F 31 99 7 44 0 28 126 33 28
Octal 217 61 231 7 104 0 50 446 63 50
Binary 10001111 110001 10011001 111 1000100 0 101000 100100110 110011 101000

Color Harmonies of #8F3199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3199

Black with #8F3199

Text Example


Text Example

White with #8F3199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,49,153); }

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

background-color css

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

 a { background-color: rgb(143,49,153); }

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

border-color css

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

 span { border-color: rgb(143,49,153); }

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