Html Css Color HEX #8D49E2 Blue Violet

📋 copy color: '#8D49E2'

red 141 ◦ green 73 ◦ blue 226

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

Shades of Blue Violet #8D49E2

Tints of Blue Violet #8D49E2

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.59%

 BLUE value IS 226 (88.67% from 255) = 51.36%

R = 32.05%
G = 16.59%
B = 51.36%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8D49E2 (or 0x8D49E2) is known color: Blue Violet. HEX triplet: 8D, 49 and E2. RGB value is (141,73,226). Sum of RGB (Red+Green+Blue) = 141+73+226=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 226 (88.67% from 255 or 51.36% from 440); Max value from RGB is 226 - color contains mainly: blue. Hex color #8D49E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D49E2 is #72B61D. Grayscale: #6E6E6E. Windows color (decimal): -7517726 or 14829965. OLE color: 14829965.

HSL color Cylindrical-coordinate representation of color #8D49E2: hue angle of 266.67º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D49E2 is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 141 73 226 -
CMYK 0.38 0.68 0 0.11
HSL 266.67º 0.73% 0.59% -
HSV(B) 266.67º 0.68% 0.89% -
XYZ 27.09 15.92 73.6 -
YUV 110.77 193.03 149.56 -
System Red Green Blue C M Y K H S L
Decimal 141 73 226 0.38 0.68 0 0.11 266.67 0.73 0.59
Hex 8D 49 E2 26 44 0 B 10B 49 3B
Octal 215 111 342 46 104 0 13 413 111 73
Binary 10001101 1001001 11100010 100110 1000100 0 1011 100001011 1001001 111011

Color Harmonies of #8D49E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D49E2

Black with #8D49E2

Text Example


Text Example

White with #8D49E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,73,226); }

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

background-color css

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

 a { background-color: rgb(141,73,226); }

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

border-color css

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

 span { border-color: rgb(141,73,226); }

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