Html Css Color HEX #8D4ACB Deep Lilac

📋 copy color: '#8D4ACB'

red 141 ◦ green 74 ◦ blue 203

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

Shades of Deep Lilac #8D4ACB

Tints of Deep Lilac #8D4ACB

RGB

 RED value IS 141 (55.47% from 255) = 33.73%

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

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

R = 33.73%
G = 17.7%
B = 48.56%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D4ACB (or 0x8D4ACB) is known color: Deep Lilac. HEX triplet: 8D, 4A and CB. RGB value is (141,74,203). Sum of RGB (Red+Green+Blue) = 141+74+203=418 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.73% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D4ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4ACB is #72B534. Grayscale: #6C6C6C. Windows color (decimal): -7517493 or 13322893. OLE color: 13322893.

HSL color Cylindrical-coordinate representation of color #8D4ACB: hue angle of 271.16º 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 #8D4ACB is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 74 203 -
CMYK 0.31 0.64 0 0.20
HSL 271.16º 0.55% 0.54% -
HSV(B) 271.16º 0.64% 0.8% -
XYZ 24.21 14.87 58.09 -
YUV 108.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 141 74 203 0.31 0.64 0 0.20 271.16 0.55 0.54
Hex 8D 4A CB 1F 40 0 14 10F 37 36
Octal 215 112 313 37 100 0 24 417 67 66
Binary 10001101 1001010 11001011 11111 1000000 0 10100 100001111 110111 110110

Color Harmonies of #8D4ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4ACB

Black with #8D4ACB

Text Example


Text Example

White with #8D4ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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