Html Css Color HEX #865BBA Deep Lilac

📋 copy color: '#865BBA'

red 134 ◦ green 91 ◦ blue 186

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

Shades of Deep Lilac #865BBA

Tints of Deep Lilac #865BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.14%

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

R = 32.6%
G = 22.14%
B = 45.26%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#865BBA (or 0x865BBA) is known color: Deep Lilac. HEX triplet: 86, 5B and BA. RGB value is (134,91,186). Sum of RGB (Red+Green+Blue) = 134+91+186=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #865BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BBA is #79A445. Grayscale: #727272. Windows color (decimal): -7971910 or 12213126. OLE color: 12213126.

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

Color convert

RGB 134 91 186 -
CMYK 0.28 0.51 0 0.27
HSL 267.16º 0.41% 0.54% -
HSV(B) 267.16º 0.51% 0.73% -
XYZ 22.44 16.1 48.38 -
YUV 114.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 134 91 186 0.28 0.51 0 0.27 267.16 0.41 0.54
Hex 86 5B BA 1C 33 0 1B 10B 29 36
Octal 206 133 272 34 63 0 33 413 51 66
Binary 10000110 1011011 10111010 11100 110011 0 11011 100001011 101001 110110

Color Harmonies of #865BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BBA

Black with #865BBA

Text Example


Text Example

White with #865BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865BBA; }

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

 H1.HeaderClassName
 {
   color: #865BBA;
 }
 .AnyTagClassName
 {
   color: #865BBA;
 }
</style>

background-color css

<style>
 a { background-color: #865BBA; }

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

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

border-color css

<style>
 span { border-color: #865BBA; }

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

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