Html Css Color HEX #8D418A Vivid Violet

📋 copy color: '#8D418A'

red 141 ◦ green 65 ◦ blue 138

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

Shades of Vivid Violet #8D418A

Tints of Vivid Violet #8D418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

 BLUE value IS 138 (54.3% from 255) = 40.12%

R = 40.99%
G = 18.9%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8D418A (or 0x8D418A) is known color: Vivid Violet. HEX triplet: 8D, 41 and 8A. RGB value is (141,65,138). Sum of RGB (Red+Green+Blue) = 141+65+138=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D418A is #72BE75. Grayscale: #5F5F5F. Windows color (decimal): -7519862 or 9060749. OLE color: 9060749.

HSL color Cylindrical-coordinate representation of color #8D418A: hue angle of 302.37º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D418A is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 65 138 -
CMYK 0 0.54 0.02 0.45
HSL 302.37º 0.37% 0.4% -
HSV(B) 302.37º 0.54% 0.55% -
XYZ 17.46 11.28 25.3 -
YUV 96.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 141 65 138 0 0.54 0.02 0.45 302.37 0.37 0.4
Hex 8D 41 8A 0 36 2 2D 12E 25 28
Octal 215 101 212 0 66 2 55 456 45 50
Binary 10001101 1000001 10001010 0 110110 10 101101 100101110 100101 101000

Color Harmonies of #8D418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D418A

Black with #8D418A

Text Example


Text Example

White with #8D418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,65,138); }

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

background-color css

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

 a { background-color: rgb(141,65,138); }

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

border-color css

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

 span { border-color: rgb(141,65,138); }

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