Html Css Color HEX #8D469B Vivid Violet

📋 copy color: '#8D469B'

red 141 ◦ green 70 ◦ blue 155

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

Shades of Vivid Violet #8D469B

Tints of Vivid Violet #8D469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

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

R = 38.52%
G = 19.13%
B = 42.35%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8D469B (or 0x8D469B) is known color: Vivid Violet. HEX triplet: 8D, 46 and 9B. RGB value is (141,70,155). Sum of RGB (Red+Green+Blue) = 141+70+155=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D469B is #72B964. Grayscale: #646464. Windows color (decimal): -7518565 or 10176141. OLE color: 10176141.

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

Color convert

RGB 141 70 155 -
CMYK 0.09 0.55 0 0.39
HSL 290.12º 0.38% 0.44% -
HSV(B) 290.12º 0.55% 0.61% -
XYZ 19.09 12.41 32.4 -
YUV 100.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 141 70 155 0.09 0.55 0 0.39 290.12 0.38 0.44
Hex 8D 46 9B 9 37 0 27 122 26 2C
Octal 215 106 233 11 67 0 47 442 46 54
Binary 10001101 1000110 10011011 1001 110111 0 100111 100100010 100110 101100

Color Harmonies of #8D469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D469B

Black with #8D469B

Text Example


Text Example

White with #8D469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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