Html Css Color HEX #8648BF Deep Lilac

📋 copy color: '#8648BF'

red 134 ◦ green 72 ◦ blue 191

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

Shades of Deep Lilac #8648BF

Tints of Deep Lilac #8648BF

RGB

 RED value IS 134 (52.73% from 255) = 33.75%

 GREEN value IS 72 (28.52% from 255) = 18.14%

 BLUE value IS 191 (75% from 255) = 48.11%

R = 33.75%
G = 18.14%
B = 48.11%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8648BF (or 0x8648BF) is known color: Deep Lilac. HEX triplet: 86, 48 and BF. RGB value is (134,72,191). Sum of RGB (Red+Green+Blue) = 134+72+191=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #8648BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8648BF is #79B740. Grayscale: #676767. Windows color (decimal): -7976769 or 12535942. OLE color: 12535942.

HSL color Cylindrical-coordinate representation of color #8648BF: hue angle of 271.26º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8648BF is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 72 191 -
CMYK 0.30 0.62 0 0.25
HSL 271.26º 0.48% 0.52% -
HSV(B) 271.26º 0.62% 0.75% -
XYZ 21.55 13.46 50.75 -
YUV 104.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 134 72 191 0.30 0.62 0 0.25 271.26 0.48 0.52
Hex 86 48 BF 1E 3E 0 19 10F 30 34
Octal 206 110 277 36 76 0 31 417 60 64
Binary 10000110 1001000 10111111 11110 111110 0 11001 100001111 110000 110100

Color Harmonies of #8648BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8648BF

Black with #8648BF

Text Example


Text Example

White with #8648BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8648BF; }

 p { color: rgb(134,72,191); }

 H1.HeaderClassName
 {
   color: #8648BF;
 }
 .AnyTagClassName
 {
   color: #8648BF;
 }
</style>

background-color css

<style>
 a { background-color: #8648BF; }

 a { background-color: rgb(134,72,191); }

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

border-color css

<style>
 span { border-color: #8648BF; }

 span { border-color: rgb(134,72,191); }

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