Html Css Color HEX #8B4FBA Deep Lilac

📋 copy color: '#8B4FBA'

red 139 ◦ green 79 ◦ blue 186

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

Shades of Deep Lilac #8B4FBA

Tints of Deep Lilac #8B4FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.55%

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

R = 34.41%
G = 19.55%
B = 46.04%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B4FBA (or 0x8B4FBA) is known color: Deep Lilac. HEX triplet: 8B, 4F and BA. RGB value is (139,79,186). Sum of RGB (Red+Green+Blue) = 139+79+186=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B4FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B4FBA is #74B045. Grayscale: #6C6C6C. Windows color (decimal): -7647302 or 12210059. OLE color: 12210059.

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

Color convert

RGB 139 79 186 -
CMYK 0.25 0.58 0 0.27
HSL 273.64º 0.44% 0.52% -
HSV(B) 273.64º 0.58% 0.73% -
XYZ 22.31 14.63 48.1 -
YUV 109.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 139 79 186 0.25 0.58 0 0.27 273.64 0.44 0.52
Hex 8B 4F BA 19 3A 0 1B 112 2C 34
Octal 213 117 272 31 72 0 33 422 54 64
Binary 10001011 1001111 10111010 11001 111010 0 11011 100010010 101100 110100

Color Harmonies of #8B4FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4FBA

Black with #8B4FBA

Text Example


Text Example

White with #8B4FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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