Html Css Color HEX #8D3BAB Vivid Violet

📋 copy color: '#8D3BAB'

red 141 ◦ green 59 ◦ blue 171

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

Shades of Vivid Violet #8D3BAB

Tints of Vivid Violet #8D3BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.9%

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

R = 38.01%
G = 15.9%
B = 46.09%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D3BAB (or 0x8D3BAB) is known color: Vivid Violet. HEX triplet: 8D, 3B and AB. RGB value is (141,59,171). Sum of RGB (Red+Green+Blue) = 141+59+171=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D3BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3BAB is #72C454. Grayscale: #5F5F5F. Windows color (decimal): -7521365 or 11221901. OLE color: 11221901.

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

Color convert

RGB 141 59 171 -
CMYK 0.18 0.65 0 0.33
HSL 283.93º 0.49% 0.45% -
HSV(B) 283.93º 0.65% 0.67% -
XYZ 19.9 11.73 39.74 -
YUV 96.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 141 59 171 0.18 0.65 0 0.33 283.93 0.49 0.45
Hex 8D 3B AB 12 41 0 21 11C 31 2D
Octal 215 73 253 22 101 0 41 434 61 55
Binary 10001101 111011 10101011 10010 1000001 0 100001 100011100 110001 101101

Color Harmonies of #8D3BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3BAB

Black with #8D3BAB

Text Example


Text Example

White with #8D3BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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