Html Css Color HEX #8D3AAB Vivid Violet

📋 copy color: '#8D3AAB'

red 141 ◦ green 58 ◦ blue 171

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

Shades of Vivid Violet #8D3AAB

Tints of Vivid Violet #8D3AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 38.11%
G = 15.68%
B = 46.22%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D3AAB (or 0x8D3AAB) is known color: Vivid Violet. HEX triplet: 8D, 3A and AB. RGB value is (141,58,171). Sum of RGB (Red+Green+Blue) = 141+58+171=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D3AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3AAB is #72C554. Grayscale: #5F5F5F. Windows color (decimal): -7521621 or 11221645. OLE color: 11221645.

HSL color Cylindrical-coordinate representation of color #8D3AAB: hue angle of 284.07º 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 #8D3AAB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 58 171 -
CMYK 0.18 0.66 0 0.33
HSL 284.07º 0.49% 0.45% -
HSV(B) 284.07º 0.66% 0.67% -
XYZ 19.85 11.63 39.73 -
YUV 95.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 141 58 171 0.18 0.66 0 0.33 284.07 0.49 0.45
Hex 8D 3A AB 12 42 0 21 11C 31 2D
Octal 215 72 253 22 102 0 41 434 61 55
Binary 10001101 111010 10101011 10010 1000010 0 100001 100011100 110001 101101

Color Harmonies of #8D3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3AAB

Black with #8D3AAB

Text Example


Text Example

White with #8D3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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