Html Css Color HEX #8D349B Vivid Violet

📋 copy color: '#8D349B'

red 141 ◦ green 52 ◦ blue 155

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

Shades of Vivid Violet #8D349B

Tints of Vivid Violet #8D349B

RGB

 RED value IS 141 (55.47% from 255) = 40.52%

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

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

R = 40.52%
G = 14.94%
B = 44.54%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D349B (or 0x8D349B) is known color: Vivid Violet. HEX triplet: 8D, 34 and 9B. RGB value is (141,52,155). Sum of RGB (Red+Green+Blue) = 141+52+155=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D349B is #72CB64. Grayscale: #5A5A5A. Windows color (decimal): -7523173 or 10171533. OLE color: 10171533.

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

Color convert

RGB 141 52 155 -
CMYK 0.09 0.66 0 0.39
HSL 291.84º 0.5% 0.41% -
HSV(B) 291.84º 0.66% 0.61% -
XYZ 18.13 10.49 32.08 -
YUV 90.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 141 52 155 0.09 0.66 0 0.39 291.84 0.5 0.41
Hex 8D 34 9B 9 42 0 27 124 32 29
Octal 215 64 233 11 102 0 47 444 62 51
Binary 10001101 110100 10011011 1001 1000010 0 100111 100100100 110010 101001

Color Harmonies of #8D349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D349B

Black with #8D349B

Text Example


Text Example

White with #8D349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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