Html Css Color HEX #8D38AD Vivid Violet

📋 copy color: '#8D38AD'

red 141 ◦ green 56 ◦ blue 173

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

Shades of Vivid Violet #8D38AD

Tints of Vivid Violet #8D38AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.14%

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 38.11%
G = 15.14%
B = 46.76%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8D38AD (or 0x8D38AD) is known color: Vivid Violet. HEX triplet: 8D, 38 and AD. RGB value is (141,56,173). Sum of RGB (Red+Green+Blue) = 141+56+173=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D38AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D38AD is #72C752. Grayscale: #5E5E5E. Windows color (decimal): -7522131 or 11352205. OLE color: 11352205.

HSL color Cylindrical-coordinate representation of color #8D38AD: hue angle of 283.59º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D38AD is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 141 56 173 -
CMYK 0.18 0.68 0 0.32
HSL 283.59º 0.51% 0.45% -
HSV(B) 283.59º 0.68% 0.68% -
XYZ 19.94 11.51 40.71 -
YUV 94.75 172.16 160.99 -
System Red Green Blue C M Y K H S L
Decimal 141 56 173 0.18 0.68 0 0.32 283.59 0.51 0.45
Hex 8D 38 AD 12 44 0 20 11C 33 2D
Octal 215 70 255 22 104 0 40 434 63 55
Binary 10001101 111000 10101101 10010 1000100 0 100000 100011100 110011 101101

Color Harmonies of #8D38AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D38AD

Black with #8D38AD

Text Example


Text Example

White with #8D38AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,56,173); }

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

background-color css

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

 a { background-color: rgb(141,56,173); }

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

border-color css

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

 span { border-color: rgb(141,56,173); }

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