Html Css Color HEX #8D3AAA Vivid Violet

📋 copy color: '#8D3AAA'

red 141 ◦ green 58 ◦ blue 170

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

Shades of Vivid Violet #8D3AAA

Tints of Vivid Violet #8D3AAA

RGB

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

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

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

R = 38.21%
G = 15.72%
B = 46.07%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D3AAA (or 0x8D3AAA) is known color: Vivid Violet. HEX triplet: 8D, 3A and AA. RGB value is (141,58,170). Sum of RGB (Red+Green+Blue) = 141+58+170=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D3AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3AAA is #72C555. Grayscale: #5F5F5F. Windows color (decimal): -7521622 or 11156109. OLE color: 11156109.

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

Color convert

RGB 141 58 170 -
CMYK 0.17 0.66 0 0.33
HSL 284.46º 0.49% 0.45% -
HSV(B) 284.46º 0.66% 0.67% -
XYZ 19.75 11.59 39.23 -
YUV 95.59 170 160.39 -
System Red Green Blue C M Y K H S L
Decimal 141 58 170 0.17 0.66 0 0.33 284.46 0.49 0.45
Hex 8D 3A AA 11 42 0 21 11C 31 2D
Octal 215 72 252 21 102 0 41 434 61 55
Binary 10001101 111010 10101010 10001 1000010 0 100001 100011100 110001 101101

Color Harmonies of #8D3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3AAA

Black with #8D3AAA

Text Example


Text Example

White with #8D3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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