Html Css Color HEX #8B4ACB Deep Lilac

📋 copy color: '#8B4ACB'

red 139 ◦ green 74 ◦ blue 203

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

Shades of Deep Lilac #8B4ACB

Tints of Deep Lilac #8B4ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.79%

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 33.41%
G = 17.79%
B = 48.8%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B4ACB (or 0x8B4ACB) is known color: Deep Lilac. HEX triplet: 8B, 4A and CB. RGB value is (139,74,203). Sum of RGB (Red+Green+Blue) = 139+74+203=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B4ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4ACB is #74B534. Grayscale: #6B6B6B. Windows color (decimal): -7648565 or 13322891. OLE color: 13322891.

HSL color Cylindrical-coordinate representation of color #8B4ACB: hue angle of 270.23º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B4ACB is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 74 203 -
CMYK 0.32 0.64 0 0.20
HSL 270.23º 0.55% 0.54% -
HSV(B) 270.23º 0.64% 0.8% -
XYZ 23.88 14.7 58.08 -
YUV 108.14 181.53 150.01 -
System Red Green Blue C M Y K H S L
Decimal 139 74 203 0.32 0.64 0 0.20 270.23 0.55 0.54
Hex 8B 4A CB 20 40 0 14 10E 37 36
Octal 213 112 313 40 100 0 24 416 67 66
Binary 10001011 1001010 11001011 100000 1000000 0 10100 100001110 110111 110110

Color Harmonies of #8B4ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4ACB

Black with #8B4ACB

Text Example


Text Example

White with #8B4ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,74,203); }

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

background-color css

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

 a { background-color: rgb(139,74,203); }

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

border-color css

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

 span { border-color: rgb(139,74,203); }

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