Html Css Color HEX #8D329B Vivid Violet

📋 copy color: '#8D329B'

red 141 ◦ green 50 ◦ blue 155

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

Shades of Vivid Violet #8D329B

Tints of Vivid Violet #8D329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

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

R = 40.75%
G = 14.45%
B = 44.8%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D329B (or 0x8D329B) is known color: Vivid Violet. HEX triplet: 8D, 32 and 9B. RGB value is (141,50,155). Sum of RGB (Red+Green+Blue) = 141+50+155=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D329B is #72CD64. Grayscale: #585858. Windows color (decimal): -7523685 or 10171021. OLE color: 10171021.

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

Color convert

RGB 141 50 155 -
CMYK 0.09 0.68 0 0.39
HSL 292º 0.51% 0.4% -
HSV(B) 292º 0.68% 0.61% -
XYZ 18.04 10.31 32.05 -
YUV 89.18 165.15 164.96 -
System Red Green Blue C M Y K H S L
Decimal 141 50 155 0.09 0.68 0 0.39 292 0.51 0.4
Hex 8D 32 9B 9 44 0 27 124 33 28
Octal 215 62 233 11 104 0 47 444 63 50
Binary 10001101 110010 10011011 1001 1000100 0 100111 100100100 110011 101000

Color Harmonies of #8D329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D329B

Black with #8D329B

Text Example


Text Example

White with #8D329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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