Html Css Color HEX #8F349E Vivid Violet

📋 copy color: '#8F349E'

red 143 ◦ green 52 ◦ blue 158

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

Shades of Vivid Violet #8F349E

Tints of Vivid Violet #8F349E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.76%

R = 40.51%
G = 14.73%
B = 44.76%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F349E (or 0x8F349E) is known color: Vivid Violet. HEX triplet: 8F, 34 and 9E. RGB value is (143,52,158). Sum of RGB (Red+Green+Blue) = 143+52+158=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F349E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F349E is #70CB61. Grayscale: #5A5A5A. Windows color (decimal): -7392098 or 10368143. OLE color: 10368143.

HSL color Cylindrical-coordinate representation of color #8F349E: hue angle of 291.51º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F349E is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 52 158 -
CMYK 0.09 0.67 0 0.38
HSL 291.51º 0.5% 0.41% -
HSV(B) 291.51º 0.67% 0.62% -
XYZ 18.73 10.76 33.44 -
YUV 91.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 143 52 158 0.09 0.67 0 0.38 291.51 0.5 0.41
Hex 8F 34 9E 9 43 0 26 124 32 29
Octal 217 64 236 11 103 0 46 444 62 51
Binary 10001111 110100 10011110 1001 1000011 0 100110 100100100 110010 101001

Color Harmonies of #8F349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F349E

Black with #8F349E

Text Example


Text Example

White with #8F349E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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