Html Css Color HEX #8B4DBA Deep Lilac

📋 copy color: '#8B4DBA'

red 139 ◦ green 77 ◦ blue 186

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

Shades of Deep Lilac #8B4DBA

Tints of Deep Lilac #8B4DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.15%

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 34.58%
G = 19.15%
B = 46.27%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B4DBA (or 0x8B4DBA) is known color: Deep Lilac. HEX triplet: 8B, 4D and BA. RGB value is (139,77,186). Sum of RGB (Red+Green+Blue) = 139+77+186=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4DBA is #74B245. Grayscale: #6B6B6B. Windows color (decimal): -7647814 or 12209547. OLE color: 12209547.

HSL color Cylindrical-coordinate representation of color #8B4DBA: hue angle of 274.13º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B4DBA is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 77 186 -
CMYK 0.25 0.59 0 0.27
HSL 274.13º 0.44% 0.52% -
HSV(B) 274.13º 0.59% 0.73% -
XYZ 22.16 14.34 48.05 -
YUV 107.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 139 77 186 0.25 0.59 0 0.27 274.13 0.44 0.52
Hex 8B 4D BA 19 3B 0 1B 112 2C 34
Octal 213 115 272 31 73 0 33 422 54 64
Binary 10001011 1001101 10111010 11001 111011 0 11011 100010010 101100 110100

Color Harmonies of #8B4DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4DBA

Black with #8B4DBA

Text Example


Text Example

White with #8B4DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,77,186); }

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

background-color css

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

 a { background-color: rgb(139,77,186); }

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

border-color css

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

 span { border-color: rgb(139,77,186); }

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