Html Css Color HEX #8D4393 Vivid Violet

📋 copy color: '#8D4393'

red 141 ◦ green 67 ◦ blue 147

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

Shades of Vivid Violet #8D4393

Tints of Vivid Violet #8D4393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.87%

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 39.72%
G = 18.87%
B = 41.41%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8D4393 (or 0x8D4393) is known color: Vivid Violet. HEX triplet: 8D, 43 and 93. RGB value is (141,67,147). Sum of RGB (Red+Green+Blue) = 141+67+147=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D4393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4393 is #72BC6C. Grayscale: #626262. Windows color (decimal): -7519341 or 9651085. OLE color: 9651085.

HSL color Cylindrical-coordinate representation of color #8D4393: hue angle of 295.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D4393 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 141 67 147 -
CMYK 0.04 0.54 0 0.42
HSL 295.5º 0.37% 0.42% -
HSV(B) 295.5º 0.54% 0.58% -
XYZ 18.26 11.78 28.92 -
YUV 98.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 141 67 147 0.04 0.54 0 0.42 295.5 0.37 0.42
Hex 8D 43 93 4 36 0 2A 128 25 2A
Octal 215 103 223 4 66 0 52 450 45 52
Binary 10001101 1000011 10010011 100 110110 0 101010 100101000 100101 101010

Color Harmonies of #8D4393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4393

Black with #8D4393

Text Example


Text Example

White with #8D4393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,67,147); }

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

background-color css

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

 a { background-color: rgb(141,67,147); }

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

border-color css

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

 span { border-color: rgb(141,67,147); }

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