Html Css Color HEX #8D328A Vivid Violet

📋 copy color: '#8D328A'

red 141 ◦ green 50 ◦ blue 138

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

Shades of Vivid Violet #8D328A

Tints of Vivid Violet #8D328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 42.86%
G = 15.2%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8D328A (or 0x8D328A) is known color: Vivid Violet. HEX triplet: 8D, 32 and 8A. RGB value is (141,50,138). Sum of RGB (Red+Green+Blue) = 141+50+138=329 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.86% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 141 - color contains mainly: red. Hex color #8D328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D328A is #72CD75. Grayscale: #565656. Windows color (decimal): -7523702 or 9056909. OLE color: 9056909.

HSL color Cylindrical-coordinate representation of color #8D328A: hue angle of 301.98º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D328A is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 50 138 -
CMYK 0 0.65 0.02 0.45
HSL 301.98º 0.48% 0.37% -
HSV(B) 301.98º 0.65% 0.55% -
XYZ 16.71 9.78 25.05 -
YUV 87.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 141 50 138 0 0.65 0.02 0.45 301.98 0.48 0.37
Hex 8D 32 8A 0 41 2 2D 12E 30 25
Octal 215 62 212 0 101 2 55 456 60 45
Binary 10001101 110010 10001010 0 1000001 10 101101 100101110 110000 100101

Color Harmonies of #8D328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D328A

Black with #8D328A

Text Example


Text Example

White with #8D328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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