Html Css Color HEX #8D379B Vivid Violet

📋 copy color: '#8D379B'

red 141 ◦ green 55 ◦ blue 155

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

Shades of Vivid Violet #8D379B

Tints of Vivid Violet #8D379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.67%

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

R = 40.17%
G = 15.67%
B = 44.16%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D379B (or 0x8D379B) is known color: Vivid Violet. HEX triplet: 8D, 37 and 9B. RGB value is (141,55,155). Sum of RGB (Red+Green+Blue) = 141+55+155=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D379B is #72C864. Grayscale: #5B5B5B. Windows color (decimal): -7522405 or 10172301. OLE color: 10172301.

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

Color convert

RGB 141 55 155 -
CMYK 0.09 0.65 0 0.39
HSL 291.6º 0.48% 0.41% -
HSV(B) 291.6º 0.65% 0.61% -
XYZ 18.27 10.76 32.12 -
YUV 92.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 141 55 155 0.09 0.65 0 0.39 291.6 0.48 0.41
Hex 8D 37 9B 9 41 0 27 124 30 29
Octal 215 67 233 11 101 0 47 444 60 51
Binary 10001101 110111 10011011 1001 1000001 0 100111 100100100 110000 101001

Color Harmonies of #8D379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D379B

Black with #8D379B

Text Example


Text Example

White with #8D379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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