Html Css Color HEX #8D3AA6 Vivid Violet

📋 copy color: '#8D3AA6'

red 141 ◦ green 58 ◦ blue 166

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

Shades of Vivid Violet #8D3AA6

Tints of Vivid Violet #8D3AA6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.89%

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 38.63%
G = 15.89%
B = 45.48%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8D3AA6 (or 0x8D3AA6) is known color: Vivid Violet. HEX triplet: 8D, 3A and A6. RGB value is (141,58,166). Sum of RGB (Red+Green+Blue) = 141+58+166=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 166 - color contains mainly: blue. Hex color #8D3AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3AA6 is #72C559. Grayscale: #5E5E5E. Windows color (decimal): -7521626 or 10893965. OLE color: 10893965.

HSL color Cylindrical-coordinate representation of color #8D3AA6: hue angle of 286.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3AA6 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 141 58 166 -
CMYK 0.15 0.65 0 0.35
HSL 286.11º 0.48% 0.44% -
HSV(B) 286.11º 0.65% 0.65% -
XYZ 19.38 11.44 37.26 -
YUV 95.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 141 58 166 0.15 0.65 0 0.35 286.11 0.48 0.44
Hex 8D 3A A6 F 41 0 23 11E 30 2C
Octal 215 72 246 17 101 0 43 436 60 54
Binary 10001101 111010 10100110 1111 1000001 0 100011 100011110 110000 101100

Color Harmonies of #8D3AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3AA6

Black with #8D3AA6

Text Example


Text Example

White with #8D3AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,58,166); }

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

background-color css

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

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

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

border-color css

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

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

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