Html Css Color HEX #8D4D96 Vivid Violet

📋 copy color: '#8D4D96'

red 141 ◦ green 77 ◦ blue 150

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

Shades of Vivid Violet #8D4D96

Tints of Vivid Violet #8D4D96

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

 BLUE value IS 150 (58.98% from 255) = 40.76%

R = 38.32%
G = 20.92%
B = 40.76%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8D4D96 (or 0x8D4D96) is known color: Vivid Violet. HEX triplet: 8D, 4D and 96. RGB value is (141,77,150). Sum of RGB (Red+Green+Blue) = 141+77+150=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D4D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4D96 is #72B269. Grayscale: #686868. Windows color (decimal): -7516778 or 9850253. OLE color: 9850253.

HSL color Cylindrical-coordinate representation of color #8D4D96: hue angle of 292.6º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D4D96 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 77 150 -
CMYK 0.06 0.49 0 0.41
HSL 292.6º 0.32% 0.45% -
HSV(B) 292.6º 0.49% 0.59% -
XYZ 19.14 13.17 30.39 -
YUV 104.46 153.7 154.06 -
System Red Green Blue C M Y K H S L
Decimal 141 77 150 0.06 0.49 0 0.41 292.6 0.32 0.45
Hex 8D 4D 96 6 31 0 29 125 20 2D
Octal 215 115 226 6 61 0 51 445 40 55
Binary 10001101 1001101 10010110 110 110001 0 101001 100100101 100000 101101

Color Harmonies of #8D4D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4D96

Black with #8D4D96

Text Example


Text Example

White with #8D4D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,77,150); }

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

background-color css

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

 a { background-color: rgb(141,77,150); }

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

border-color css

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

 span { border-color: rgb(141,77,150); }

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