Html Css Color HEX #8D4BDB Blue Violet

📋 copy color: '#8D4BDB'

red 141 ◦ green 75 ◦ blue 219

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

Shades of Blue Violet #8D4BDB

Tints of Blue Violet #8D4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.24%

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

R = 32.41%
G = 17.24%
B = 50.34%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D4BDB (or 0x8D4BDB) is known color: Blue Violet. HEX triplet: 8D, 4B and DB. RGB value is (141,75,219). Sum of RGB (Red+Green+Blue) = 141+75+219=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D4BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4BDB is #72B424. Grayscale: #6E6E6E. Windows color (decimal): -7517221 or 14371725. OLE color: 14371725.

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

Color convert

RGB 141 75 219 -
CMYK 0.36 0.66 0 0.14
HSL 267.5º 0.67% 0.58% -
HSV(B) 267.5º 0.66% 0.86% -
XYZ 26.29 15.81 68.68 -
YUV 111.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 141 75 219 0.36 0.66 0 0.14 267.5 0.67 0.58
Hex 8D 4B DB 24 42 0 E 10C 43 3A
Octal 215 113 333 44 102 0 16 414 103 72
Binary 10001101 1001011 11011011 100100 1000010 0 1110 100001100 1000011 111010

Color Harmonies of #8D4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4BDB

Black with #8D4BDB

Text Example


Text Example

White with #8D4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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