Html Css Color HEX #8D4ADB Blue Violet

📋 copy color: '#8D4ADB'

red 141 ◦ green 74 ◦ blue 219

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

Shades of Blue Violet #8D4ADB

Tints of Blue Violet #8D4ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.05%

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

R = 32.49%
G = 17.05%
B = 50.46%

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

#8D4ADB (or 0x8D4ADB) is known color: Blue Violet. HEX triplet: 8D, 4A and DB. RGB value is (141,74,219). Sum of RGB (Red+Green+Blue) = 141+74+219=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D4ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4ADB is #72B524. Grayscale: #6E6E6E. Windows color (decimal): -7517477 or 14371469. OLE color: 14371469.

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

Color convert

RGB 141 74 219 -
CMYK 0.36 0.66 0 0.14
HSL 267.72º 0.67% 0.57% -
HSV(B) 267.72º 0.66% 0.86% -
XYZ 26.22 15.67 68.66 -
YUV 110.56 189.2 149.71 -
System Red Green Blue C M Y K H S L
Decimal 141 74 219 0.36 0.66 0 0.14 267.72 0.67 0.57
Hex 8D 4A DB 24 42 0 E 10C 43 39
Octal 215 112 333 44 102 0 16 414 103 71
Binary 10001101 1001010 11011011 100100 1000010 0 1110 100001100 1000011 111001

Color Harmonies of #8D4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4ADB

Black with #8D4ADB

Text Example


Text Example

White with #8D4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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