Html Css Color HEX #8B3EAC Deep Lilac

📋 copy color: '#8B3EAC'

red 139 ◦ green 62 ◦ blue 172

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

Shades of Deep Lilac #8B3EAC

Tints of Deep Lilac #8B3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.62%

 BLUE value IS 172 (67.58% from 255) = 46.11%

R = 37.27%
G = 16.62%
B = 46.11%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B3EAC (or 0x8B3EAC) is known color: Deep Lilac. HEX triplet: 8B, 3E and AC. RGB value is (139,62,172). Sum of RGB (Red+Green+Blue) = 139+62+172=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B3EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3EAC is #74C153. Grayscale: #616161. Windows color (decimal): -7651668 or 11288203. OLE color: 11288203.

HSL color Cylindrical-coordinate representation of color #8B3EAC: hue angle of 282º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B3EAC is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 62 172 -
CMYK 0.19 0.64 0 0.33
HSL 282º 0.47% 0.46% -
HSV(B) 282º 0.64% 0.67% -
XYZ 19.82 11.91 40.28 -
YUV 97.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 139 62 172 0.19 0.64 0 0.33 282 0.47 0.46
Hex 8B 3E AC 13 40 0 21 11A 2F 2E
Octal 213 76 254 23 100 0 41 432 57 56
Binary 10001011 111110 10101100 10011 1000000 0 100001 100011010 101111 101110

Color Harmonies of #8B3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3EAC

Black with #8B3EAC

Text Example


Text Example

White with #8B3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,62,172); }

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

background-color css

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

 a { background-color: rgb(139,62,172); }

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

border-color css

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

 span { border-color: rgb(139,62,172); }

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