Html Css Color HEX #8D29DB Blue Violet

📋 copy color: '#8D29DB'

red 141 ◦ green 41 ◦ blue 219

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

Shades of Blue Violet #8D29DB

Tints of Blue Violet #8D29DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.22%

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

R = 35.16%
G = 10.22%
B = 54.61%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D29DB (or 0x8D29DB) is known color: Blue Violet. HEX triplet: 8D, 29 and DB. RGB value is (141,41,219). Sum of RGB (Red+Green+Blue) = 141+41+219=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D29DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D29DB is #72D624. Grayscale: #5A5A5A. Windows color (decimal): -7525925 or 14363021. OLE color: 14363021.

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

Color convert

RGB 141 41 219 -
CMYK 0.36 0.81 0 0.14
HSL 273.71º 0.71% 0.51% -
HSV(B) 273.71º 0.81% 0.86% -
XYZ 24.56 12.36 68.11 -
YUV 91.19 200.13 163.53 -
System Red Green Blue C M Y K H S L
Decimal 141 41 219 0.36 0.81 0 0.14 273.71 0.71 0.51
Hex 8D 29 DB 24 51 0 E 112 47 33
Octal 215 51 333 44 121 0 16 422 107 63
Binary 10001101 101001 11011011 100100 1010001 0 1110 100010010 1000111 110011

Color Harmonies of #8D29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D29DB

Black with #8D29DB

Text Example


Text Example

White with #8D29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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