Html Css Color HEX #8B4ADB Blue Violet

📋 copy color: '#8B4ADB'

red 139 ◦ green 74 ◦ blue 219

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

Shades of Blue Violet #8B4ADB

Tints of Blue Violet #8B4ADB

RGB

 RED value IS 139 (54.69% from 255) = 32.18%

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

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

R = 32.18%
G = 17.13%
B = 50.69%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B4ADB (or 0x8B4ADB) is known color: Blue Violet. HEX triplet: 8B, 4A and DB. RGB value is (139,74,219). Sum of RGB (Red+Green+Blue) = 139+74+219=432 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.18% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B4ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4ADB is #74B524. Grayscale: #6D6D6D. Windows color (decimal): -7648549 or 14371467. OLE color: 14371467.

HSL color Cylindrical-coordinate representation of color #8B4ADB: hue angle of 266.9º 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 #8B4ADB is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 74 219 -
CMYK 0.37 0.66 0 0.14
HSL 266.9º 0.67% 0.57% -
HSV(B) 266.9º 0.66% 0.86% -
XYZ 25.88 15.5 68.65 -
YUV 109.97 189.53 148.71 -
System Red Green Blue C M Y K H S L
Decimal 139 74 219 0.37 0.66 0 0.14 266.9 0.67 0.57
Hex 8B 4A DB 25 42 0 E 10B 43 39
Octal 213 112 333 45 102 0 16 413 103 71
Binary 10001011 1001010 11011011 100101 1000010 0 1110 100001011 1000011 111001

Color Harmonies of #8B4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4ADB

Black with #8B4ADB

Text Example


Text Example

White with #8B4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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