Html Css Color HEX #8D448D Vivid Violet

📋 copy color: '#8D448D'

red 141 ◦ green 68 ◦ blue 141

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

Shades of Vivid Violet #8D448D

Tints of Vivid Violet #8D448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 40.29%
G = 19.43%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8D448D (or 0x8D448D) is known color: Vivid Violet. HEX triplet: 8D, 44 and 8D. RGB value is (141,68,141). Sum of RGB (Red+Green+Blue) = 141+68+141=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D448D is #72BB72. Grayscale: #616161. Windows color (decimal): -7519091 or 9258125. OLE color: 9258125.

HSL color Cylindrical-coordinate representation of color #8D448D: hue angle of 300º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D448D is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 68 141 -
CMYK 0 0.52 0 0.45
HSL 300º 0.35% 0.41% -
HSV(B) 300º 0.52% 0.55% -
XYZ 17.86 11.72 26.52 -
YUV 98.15 152.18 158.56 -
System Red Green Blue C M Y K H S L
Decimal 141 68 141 0 0.52 0 0.45 300 0.35 0.41
Hex 8D 44 8D 0 34 0 2D 12C 23 29
Octal 215 104 215 0 64 0 55 454 43 51
Binary 10001101 1000100 10001101 0 110100 0 101101 100101100 100011 101001

Color Harmonies of #8D448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D448D

Black with #8D448D

Text Example


Text Example

White with #8D448D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,68,141); }

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

background-color css

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

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

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

border-color css

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

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

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