Html Css Color HEX #8655BA Deep Lilac

📋 copy color: '#8655BA'

red 134 ◦ green 85 ◦ blue 186

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

Shades of Deep Lilac #8655BA

Tints of Deep Lilac #8655BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.99%

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 33.09%
G = 20.99%
B = 45.93%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8655BA (or 0x8655BA) is known color: Deep Lilac. HEX triplet: 86, 55 and BA. RGB value is (134,85,186). Sum of RGB (Red+Green+Blue) = 134+85+186=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #8655BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8655BA is #79AA45. Grayscale: #6E6E6E. Windows color (decimal): -7973446 or 12211590. OLE color: 12211590.

HSL color Cylindrical-coordinate representation of color #8655BA: hue angle of 269.11º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8655BA is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 85 186 -
CMYK 0.28 0.54 0 0.27
HSL 269.11º 0.42% 0.53% -
HSV(B) 269.11º 0.54% 0.73% -
XYZ 21.94 15.11 48.21 -
YUV 111.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 134 85 186 0.28 0.54 0 0.27 269.11 0.42 0.53
Hex 86 55 BA 1C 36 0 1B 10D 2A 35
Octal 206 125 272 34 66 0 33 415 52 65
Binary 10000110 1010101 10111010 11100 110110 0 11011 100001101 101010 110101

Color Harmonies of #8655BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8655BA

Black with #8655BA

Text Example


Text Example

White with #8655BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8655BA; }

 p { color: rgb(134,85,186); }

 H1.HeaderClassName
 {
   color: #8655BA;
 }
 .AnyTagClassName
 {
   color: #8655BA;
 }
</style>

background-color css

<style>
 a { background-color: #8655BA; }

 a { background-color: rgb(134,85,186); }

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

border-color css

<style>
 span { border-color: #8655BA; }

 span { border-color: rgb(134,85,186); }

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