Html Css Color HEX #8B20DB Blue Violet

📋 copy color: '#8B20DB'

red 139 ◦ green 32 ◦ blue 219

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

Shades of Blue Violet #8B20DB

Tints of Blue Violet #8B20DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.21%

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

R = 35.64%
G = 8.21%
B = 56.15%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B20DB (or 0x8B20DB) is known color: Blue Violet. HEX triplet: 8B, 20 and DB. RGB value is (139,32,219). Sum of RGB (Red+Green+Blue) = 139+32+219=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B20DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B20DB is #74DF24. Grayscale: #545454. Windows color (decimal): -7659301 or 14360715. OLE color: 14360715.

HSL color Cylindrical-coordinate representation of color #8B20DB: hue angle of 274.33º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B20DB is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 32 219 -
CMYK 0.37 0.85 0 0.14
HSL 274.33º 0.75% 0.49% -
HSV(B) 274.33º 0.85% 0.86% -
XYZ 23.95 11.64 68 -
YUV 85.31 203.45 166.29 -
System Red Green Blue C M Y K H S L
Decimal 139 32 219 0.37 0.85 0 0.14 274.33 0.75 0.49
Hex 8B 20 DB 25 55 0 E 112 4B 31
Octal 213 40 333 45 125 0 16 422 113 61
Binary 10001011 100000 11011011 100101 1010101 0 1110 100010010 1001011 110001

Color Harmonies of #8B20DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B20DB

Black with #8B20DB

Text Example


Text Example

White with #8B20DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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