Html Css Color HEX #8C4ACB Deep Lilac

📋 copy color: '#8C4ACB'

red 140 ◦ green 74 ◦ blue 203

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

Shades of Deep Lilac #8C4ACB

Tints of Deep Lilac #8C4ACB

RGB

 RED value IS 140 (55.08% from 255) = 33.57%

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

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

R = 33.57%
G = 17.75%
B = 48.68%

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

#8C4ACB (or 0x8C4ACB) is known color: Deep Lilac. HEX triplet: 8C, 4A and CB. RGB value is (140,74,203). Sum of RGB (Red+Green+Blue) = 140+74+203=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C4ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4ACB is #73B534. Grayscale: #6B6B6B. Windows color (decimal): -7583029 or 13322892. OLE color: 13322892.

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

Color convert

RGB 140 74 203 -
CMYK 0.31 0.64 0 0.20
HSL 270.7º 0.55% 0.54% -
HSV(B) 270.7º 0.64% 0.8% -
XYZ 24.04 14.78 58.09 -
YUV 108.44 181.37 150.51 -
System Red Green Blue C M Y K H S L
Decimal 140 74 203 0.31 0.64 0 0.20 270.7 0.55 0.54
Hex 8C 4A CB 1F 40 0 14 10F 37 36
Octal 214 112 313 37 100 0 24 417 67 66
Binary 10001100 1001010 11001011 11111 1000000 0 10100 100001111 110111 110110

Color Harmonies of #8C4ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4ACB

Black with #8C4ACB

Text Example


Text Example

White with #8C4ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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