Html Css Color HEX #8D49DB Blue Violet

📋 copy color: '#8D49DB'

red 141 ◦ green 73 ◦ blue 219

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

Shades of Blue Violet #8D49DB

Tints of Blue Violet #8D49DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 32.56%
G = 16.86%
B = 50.58%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D49DB (or 0x8D49DB) is known color: Blue Violet. HEX triplet: 8D, 49 and DB. RGB value is (141,73,219). Sum of RGB (Red+Green+Blue) = 141+73+219=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D49DB is #72B624. Grayscale: #6D6D6D. Windows color (decimal): -7517733 or 14371213. OLE color: 14371213.

HSL color Cylindrical-coordinate representation of color #8D49DB: hue angle of 267.95º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D49DB is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 73 219 -
CMYK 0.36 0.67 0 0.14
HSL 267.95º 0.67% 0.57% -
HSV(B) 267.95º 0.67% 0.86% -
XYZ 26.15 15.54 68.64 -
YUV 109.98 189.53 150.13 -
System Red Green Blue C M Y K H S L
Decimal 141 73 219 0.36 0.67 0 0.14 267.95 0.67 0.57
Hex 8D 49 DB 24 43 0 E 10C 43 39
Octal 215 111 333 44 103 0 16 414 103 71
Binary 10001101 1001001 11011011 100100 1000011 0 1110 100001100 1000011 111001

Color Harmonies of #8D49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D49DB

Black with #8D49DB

Text Example


Text Example

White with #8D49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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