Html Css Color HEX #8D379C Vivid Violet

📋 copy color: '#8D379C'

red 141 ◦ green 55 ◦ blue 156

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

Shades of Vivid Violet #8D379C

Tints of Vivid Violet #8D379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.32%

R = 40.06%
G = 15.63%
B = 44.32%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D379C (or 0x8D379C) is known color: Vivid Violet. HEX triplet: 8D, 37 and 9C. RGB value is (141,55,156). Sum of RGB (Red+Green+Blue) = 141+55+156=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D379C is #72C863. Grayscale: #5B5B5B. Windows color (decimal): -7522404 or 10237837. OLE color: 10237837.

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

Color convert

RGB 141 55 156 -
CMYK 0.10 0.65 0 0.39
HSL 291.09º 0.48% 0.41% -
HSV(B) 291.09º 0.65% 0.61% -
XYZ 18.35 10.8 32.57 -
YUV 92.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 141 55 156 0.10 0.65 0 0.39 291.09 0.48 0.41
Hex 8D 37 9C A 41 0 27 123 30 29
Octal 215 67 234 12 101 0 47 443 60 51
Binary 10001101 110111 10011100 1010 1000001 0 100111 100100011 110000 101001

Color Harmonies of #8D379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D379C

Black with #8D379C

Text Example


Text Example

White with #8D379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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