Html Css Color HEX #8D3CAA Vivid Violet

📋 copy color: '#8D3CAA'

red 141 ◦ green 60 ◦ blue 170

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

Shades of Vivid Violet #8D3CAA

Tints of Vivid Violet #8D3CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.17%

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 38.01%
G = 16.17%
B = 45.82%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D3CAA (or 0x8D3CAA) is known color: Vivid Violet. HEX triplet: 8D, 3C and AA. RGB value is (141,60,170). Sum of RGB (Red+Green+Blue) = 141+60+170=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D3CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3CAA is #72C355. Grayscale: #606060. Windows color (decimal): -7521110 or 11156621. OLE color: 11156621.

HSL color Cylindrical-coordinate representation of color #8D3CAA: hue angle of 284.18º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3CAA is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 60 170 -
CMYK 0.17 0.65 0 0.33
HSL 284.18º 0.48% 0.45% -
HSV(B) 284.18º 0.65% 0.67% -
XYZ 19.86 11.8 39.26 -
YUV 96.76 169.34 159.56 -
System Red Green Blue C M Y K H S L
Decimal 141 60 170 0.17 0.65 0 0.33 284.18 0.48 0.45
Hex 8D 3C AA 11 41 0 21 11C 30 2D
Octal 215 74 252 21 101 0 41 434 60 55
Binary 10001101 111100 10101010 10001 1000001 0 100001 100011100 110000 101101

Color Harmonies of #8D3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3CAA

Black with #8D3CAA

Text Example


Text Example

White with #8D3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,60,170); }

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

background-color css

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

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

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

border-color css

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

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

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