Html Css Color HEX #8D449B Vivid Violet

📋 copy color: '#8D449B'

red 141 ◦ green 68 ◦ blue 155

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

Shades of Vivid Violet #8D449B

Tints of Vivid Violet #8D449B

RGB

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

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

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

R = 38.74%
G = 18.68%
B = 42.58%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D449B (or 0x8D449B) is known color: Vivid Violet. HEX triplet: 8D, 44 and 9B. RGB value is (141,68,155). Sum of RGB (Red+Green+Blue) = 141+68+155=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D449B is #72BB64. Grayscale: #636363. Windows color (decimal): -7519077 or 10175629. OLE color: 10175629.

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

Color convert

RGB 141 68 155 -
CMYK 0.09 0.56 0 0.39
HSL 290.34º 0.39% 0.44% -
HSV(B) 290.34º 0.56% 0.61% -
XYZ 18.97 12.16 32.36 -
YUV 99.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 141 68 155 0.09 0.56 0 0.39 290.34 0.39 0.44
Hex 8D 44 9B 9 38 0 27 122 27 2C
Octal 215 104 233 11 70 0 47 442 47 54
Binary 10001101 1000100 10011011 1001 111000 0 100111 100100010 100111 101100

Color Harmonies of #8D449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D449B

Black with #8D449B

Text Example


Text Example

White with #8D449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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