Html Css Color HEX #8D37AA Vivid Violet

📋 copy color: '#8D37AA'

red 141 ◦ green 55 ◦ blue 170

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

Shades of Vivid Violet #8D37AA

Tints of Vivid Violet #8D37AA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

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

R = 38.52%
G = 15.03%
B = 46.45%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D37AA (or 0x8D37AA) is known color: Vivid Violet. HEX triplet: 8D, 37 and AA. RGB value is (141,55,170). Sum of RGB (Red+Green+Blue) = 141+55+170=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D37AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D37AA is #72C855. Grayscale: #5D5D5D. Windows color (decimal): -7522390 or 11155341. OLE color: 11155341.

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

Color convert

RGB 141 55 170 -
CMYK 0.17 0.68 0 0.33
HSL 284.87º 0.51% 0.44% -
HSV(B) 284.87º 0.68% 0.67% -
XYZ 19.61 11.3 39.18 -
YUV 93.82 170.99 161.65 -
System Red Green Blue C M Y K H S L
Decimal 141 55 170 0.17 0.68 0 0.33 284.87 0.51 0.44
Hex 8D 37 AA 11 44 0 21 11D 33 2C
Octal 215 67 252 21 104 0 41 435 63 54
Binary 10001101 110111 10101010 10001 1000100 0 100001 100011101 110011 101100

Color Harmonies of #8D37AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D37AA

Black with #8D37AA

Text Example


Text Example

White with #8D37AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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