Html Css Color HEX #8B4DBB Deep Lilac

📋 copy color: '#8B4DBB'

red 139 ◦ green 77 ◦ blue 187

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

Shades of Deep Lilac #8B4DBB

Tints of Deep Lilac #8B4DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 34.49%
G = 19.11%
B = 46.4%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B4DBB (or 0x8B4DBB) is known color: Deep Lilac. HEX triplet: 8B, 4D and BB. RGB value is (139,77,187). Sum of RGB (Red+Green+Blue) = 139+77+187=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B4DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4DBB is #74B244. Grayscale: #6B6B6B. Windows color (decimal): -7647813 or 12275083. OLE color: 12275083.

HSL color Cylindrical-coordinate representation of color #8B4DBB: hue angle of 273.82º degrees, saturation: 0.45, 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 #8B4DBB is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 77 187 -
CMYK 0.26 0.59 0 0.27
HSL 273.82º 0.45% 0.52% -
HSV(B) 273.82º 0.59% 0.73% -
XYZ 22.27 14.38 48.62 -
YUV 108.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 139 77 187 0.26 0.59 0 0.27 273.82 0.45 0.52
Hex 8B 4D BB 1A 3B 0 1B 112 2D 34
Octal 213 115 273 32 73 0 33 422 55 64
Binary 10001011 1001101 10111011 11010 111011 0 11011 100010010 101101 110100

Color Harmonies of #8B4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4DBB

Black with #8B4DBB

Text Example


Text Example

White with #8B4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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