Html Css Color HEX #8F349B Vivid Violet

📋 copy color: '#8F349B'

red 143 ◦ green 52 ◦ blue 155

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

Shades of Vivid Violet #8F349B

Tints of Vivid Violet #8F349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.86%

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

R = 40.86%
G = 14.86%
B = 44.29%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F349B (or 0x8F349B) is known color: Vivid Violet. HEX triplet: 8F, 34 and 9B. RGB value is (143,52,155). Sum of RGB (Red+Green+Blue) = 143+52+155=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F349B is #70CB64. Grayscale: #5A5A5A. Windows color (decimal): -7392101 or 10171535. OLE color: 10171535.

HSL color Cylindrical-coordinate representation of color #8F349B: hue angle of 293.01º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F349B is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 52 155 -
CMYK 0.08 0.66 0 0.39
HSL 293.01º 0.5% 0.41% -
HSV(B) 293.01º 0.66% 0.61% -
XYZ 18.47 10.66 32.09 -
YUV 90.95 164.15 165.12 -
System Red Green Blue C M Y K H S L
Decimal 143 52 155 0.08 0.66 0 0.39 293.01 0.5 0.41
Hex 8F 34 9B 8 42 0 27 125 32 29
Octal 217 64 233 10 102 0 47 445 62 51
Binary 10001111 110100 10011011 1000 1000010 0 100111 100100101 110010 101001

Color Harmonies of #8F349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F349B

Black with #8F349B

Text Example


Text Example

White with #8F349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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