Html Css Color HEX #8D49FF Blue Violet

📋 copy color: '#8D49FF'

red 141 ◦ green 73 ◦ blue 255

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

Shades of Blue Violet #8D49FF

Tints of Blue Violet #8D49FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.37%

R = 30.06%
G = 15.57%
B = 54.37%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8D49FF (or 0x8D49FF) is known color: Blue Violet. HEX triplet: 8D, 49 and FF. RGB value is (141,73,255). Sum of RGB (Red+Green+Blue) = 141+73+255=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D49FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D49FF is #72B600. Grayscale: #717171. Windows color (decimal): -7517697 or 16730509. OLE color: 16730509.

HSL color Cylindrical-coordinate representation of color #8D49FF: hue angle of 262.42º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D49FF is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 73 255 -
CMYK 0.45 0.71 0 0
HSL 262.42º 1% 0.64% -
HSV(B) 262.42º 0.71% 1% -
XYZ 31.42 17.65 96.36 -
YUV 114.08 207.53 147.2 -
System Red Green Blue C M Y K H S L
Decimal 141 73 255 0.45 0.71 0 0 262.42 1 0.64
Hex 8D 49 FF 2D 47 0 0 106 64 40
Octal 215 111 377 55 107 0 0 406 144 100
Binary 10001101 1001001 11111111 101101 1000111 0 0 100000110 1100100 1000000

Color Harmonies of #8D49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D49FF

Black with #8D49FF

Text Example


Text Example

White with #8D49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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